net.infonode.properties.types
public class StringProperty extends ValueHandlerProperty
Version: $Revision: 1.4 $
Constructor Summary | |
---|---|
StringProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
|
Method Summary | |
---|---|
String | get(Object valueContainer)
Returns the string value of this property in a value container.
|
void | set(Object valueContainer, String value)
Sets the string value of this property in a value container.
|
Parameters: group the property group name the property name description the property description valueHandler handles values for this property
Parameters: valueContainer the value container
Returns: the string value of this property
Parameters: valueContainer the value container value the string value