|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.fem.fennel.CompOperatorEnum
public final class CompOperatorEnum
CompOperator enumeration class implementation.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Field Summary | |
---|---|
static CompOperatorEnum |
COMP_EQ
Enumeration constant corresponding to literal COMP_EQ. |
static CompOperatorEnum |
COMP_GE
Enumeration constant corresponding to literal COMP_GE. |
static CompOperatorEnum |
COMP_GT
Enumeration constant corresponding to literal COMP_GT. |
static CompOperatorEnum |
COMP_LE
Enumeration constant corresponding to literal COMP_LE. |
static CompOperatorEnum |
COMP_LT
Enumeration constant corresponding to literal COMP_LT. |
static CompOperatorEnum |
COMP_NE
Enumeration constant corresponding to literal COMP_NE. |
static CompOperatorEnum |
COMP_NOOP
Enumeration constant corresponding to literal COMP_NOOP. |
private String |
literalName
|
private static List<String> |
typeName
|
private static Map<String,CompOperatorEnum> |
valueMap
|
Constructor Summary | |
---|---|
private |
CompOperatorEnum(String literalName)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is equal to this enumeration value. |
static CompOperator |
forName(String name)
Translates literal name to correspondent enumeration value. |
int |
hashCode()
Returns a hash code for this enumeration value. |
protected Object |
readResolve()
Resolves serialized instance of enumeration value. |
List<String> |
refTypeName()
Returns fully qualified name of the enumeration type. |
String |
toString()
Returns a string representation of the enumeration value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CompOperatorEnum COMP_NOOP
public static final CompOperatorEnum COMP_EQ
public static final CompOperatorEnum COMP_NE
public static final CompOperatorEnum COMP_LT
public static final CompOperatorEnum COMP_LE
public static final CompOperatorEnum COMP_GT
public static final CompOperatorEnum COMP_GE
private static final Map<String,CompOperatorEnum> valueMap
private static final List<String> typeName
private final String literalName
Constructor Detail |
---|
private CompOperatorEnum(String literalName)
Method Detail |
---|
public List<String> refTypeName()
refTypeName
in interface RefEnum
public String toString()
toString
in interface RefEnum
toString
in class Object
public int hashCode()
hashCode
in interface RefEnum
hashCode
in class Object
public boolean equals(Object o)
equals
in interface RefEnum
equals
in class Object
o
- The reference object with which to compare.
public static CompOperator forName(String name)
name
- Enumeration literal.
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |