Package repast.simphony.scenario.data
Interface Attribute
public interface Attribute
Encapsulates a ContextData heirarchy attribute.
- 
Method Details- 
getDisplayNameString getDisplayName()Gets the name of this attribute.- Returns:
- the attribute's name.
 
- 
getValueString getValue()Gets the attribute's value as a String.- Returns:
- the attribute's value
 
- 
getIdString getId()Gets this attribute's id.- Returns:
- this attribute's id.
 
- 
getConverterStringConverter getConverter()Gets this attribute's StringConverter.- Returns:
- this attribute's StringConverter.
 
- 
getTypeClass<?> getType()Gets the type of this attribute.- Returns:
- the type of this attribute.
 
 
-