net.infonode.properties.types

Class StringProperty

public class StringProperty extends ValueHandlerProperty

A {@link String} property.

Version: $Revision: 1.4 $

Author: $Author: jesper $

Constructor Summary
StringProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
Method Summary
Stringget(Object valueContainer)
Returns the string value of this property in a value container.
voidset(Object valueContainer, String value)
Sets the string value of this property in a value container.

Constructor Detail

StringProperty

public StringProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.

Parameters: group the property group name the property name description the property description valueHandler handles values for this property

Method Detail

get

public String get(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(Object valueContainer, String value)
Sets the string value of this property in a value container.

Parameters: valueContainer the value container value the string value