Method Summary |
|
public boolean | equals(java.lang.Object o) Indicates whether some other object is equal to this enumeration value.
Parameters: o - The reference object with which to compare. |
public static SelectorCardinality | forName(java.lang.String name) Translates literal name to correspondent enumeration value.
Parameters: name - Enumeration literal. |
public int | hashCode() Returns a hash code for this the enumeration value. |
protected java.lang.Object | readResolve() Resolves serialized instance of enumeration value. |
public java.util.List | refTypeName() Returns fully qualified name of the enumeration type. |
public java.lang.String | toString() Returns a string representation of the enumeration value. |