org.ungoverned.oscar.installer
Interface StringProperty

All Superinterfaces:
Property
All Known Implementing Classes:
BooleanStringPropertyImpl, StringPropertyImpl

public interface StringProperty
extends Property


Method Summary
 java.lang.String getStringValue()
           
 void setStringValue(java.lang.String s)
           
 
Methods inherited from interface org.ungoverned.oscar.installer.Property
getEditor, getName, setEditor, toString
 

Method Detail

getStringValue

public java.lang.String getStringValue()

setStringValue

public void setStringValue(java.lang.String s)