org.escot
Class BasicValue
java.lang.Object
|
+--org.escot.BasicFeature
|
+--org.escot.BasicValue
- All Implemented Interfaces:
- ChangeListener, EscotFeature, EventListener
- Direct Known Subclasses:
- BasicBoolean, BasicNumber, BasicString
- public abstract class BasicValue
- extends BasicFeature
- implements ChangeListener
Basic implementation of the EscotFeature interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mChangeSupport
protected transient ChangeSupport mChangeSupport
BasicValue
public BasicValue()
getTextValue
public abstract String getTextValue()
getNumberValue
public abstract Number getNumberValue()
getBooleanValue
public abstract Boolean getBooleanValue()
canAddAssociate
public boolean canAddAssociate(Object foreignAssociate)
removeAssociate
public void removeAssociate(Object foreignAssociate)
fireChangeEvent
protected void fireChangeEvent()
addChangeListener
public void addChangeListener(ChangeListener l)
removeChangeListener
public void removeChangeListener(ChangeListener l)