com.isti.util
Interface PropItemInterface

All Superinterfaces:
IstiNamedValueInterface
All Known Implementing Classes:
CfgPropItem, PropItem

public interface PropItemInterface
extends IstiNamedValueInterface

IstiNamedValueInterface defines a property item object interface.


Field Summary
 
Fields inherited from interface com.isti.util.IstiNamedValueInterface
sepCh
 
Method Summary
 java.lang.Object getAuxiliaryObj()
          Returns the "auxiliary" object for this value.
 java.lang.String getDescriptionStr()
          Returns the description string.
 java.lang.Object getGroupSelObj()
          Returns the group-select object for this item.
 CfgPropValidator getValidator()
          Gets the validator object for this item.
 
Methods inherited from interface com.isti.util.IstiNamedValueInterface
clone, getDefaultValue, getName, getValue, isDefaultValue, setValue, setValueString, stringValue
 

Method Detail

getAuxiliaryObj

java.lang.Object getAuxiliaryObj()
Returns the "auxiliary" object for this value.

Returns:
A handle to the "auxiliary" object.

getDescriptionStr

java.lang.String getDescriptionStr()
Returns the description string.

Returns:
the description string.

getGroupSelObj

java.lang.Object getGroupSelObj()
Returns the group-select object for this item.

Returns:
handle to the group-select object.

getValidator

CfgPropValidator getValidator()
Gets the validator object for this item.

Returns:
handle to the validator object.