Class MOEnum
java.lang.Object
ext.plantuml.com.ctreber.aclib.gui.MonitoredObject
ext.plantuml.com.ctreber.aclib.gui.MOEnum
Monitored enumeration value.
© 2002 Christian Treber, [email protected]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addValidValue
(Object pValue) boolean
Check value agains (possibly defined) constraints.boolean
get()
int
hashCode()
boolean
void
Methods inherited from class ext.plantuml.com.ctreber.aclib.gui.MonitoredObject
addChangeListener, removeChangeListener
-
Constructor Details
-
MOEnum
public MOEnum()
-
-
Method Details
-
addValidValue
-
set
-
get
-
is
-
hashCode
public int hashCode() -
equals
-
getValidValues
-
checkRange
public boolean checkRange()Description copied from class:MonitoredObject
Check value agains (possibly defined) constraints.
- Specified by:
checkRange
in classMonitoredObject
- Returns:
- True if value is within range or range is not checked.
-