| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.util.CustomEnumerationValue
Used to represent custom ALES enumeration values.
| Constructor Summary | |
| CustomEnumerationValue(java.lang.String value)Constructs a CustomEnumerationValue. | |
| Method Summary | |
|  boolean | equals(java.lang.Object other)Compares two enumeration values for equality. | 
|  java.lang.String | getValue()Returns the enumeration value as a String. | 
|  java.lang.String | toString()Returns the enumeration value as a String. | 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public CustomEnumerationValue(java.lang.String value)
                       throws BadParameterException
CustomEnumerationValue.
value - the value of the enumeration.| Method Detail | 
public boolean equals(java.lang.Object other)
public java.lang.String getValue()
public java.lang.String toString()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||