net.infonode.properties.types
Class StringProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.StringProperty
- All Implemented Interfaces:
- Property
public class StringProperty
- extends ValueHandlerProperty
A String
property.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
Method Summary |
java.lang.String |
get(java.lang.Object valueContainer)
Returns the string value of this property in a value container. |
void |
set(java.lang.Object valueContainer,
java.lang.String value)
Sets the string value of this property in a value container. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringProperty
public StringProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
- Constructor.
- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
get
public java.lang.String get(java.lang.Object valueContainer)
- Returns the string value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the string value of this property
set
public void set(java.lang.Object valueContainer,
java.lang.String value)
- Sets the string value of this property in a value container.
- Parameters:
valueContainer
- the value containervalue
- the string value