com.wles.util
Class CustomEnumerationValue

java.lang.Object
  extended bycom.wles.util.CustomEnumerationValue

public class CustomEnumerationValue
extends java.lang.Object

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

CustomEnumerationValue

public CustomEnumerationValue(java.lang.String value)
                       throws BadParameterException
Constructs a CustomEnumerationValue.

Parameters:
value - the value of the enumeration.
Method Detail

equals

public boolean equals(java.lang.Object other)
Compares two enumeration values for equality.


getValue

public java.lang.String getValue()
Returns the enumeration value as a String.


toString

public java.lang.String toString()
Returns the enumeration value as a String.



Copyright © 2005 BEA Systems Inc. All Rights Reserved.