|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.client.bo.enm.EnumType
public abstract class EnumType
The base class of all typesafe enumerations
Constructor Summary | |
---|---|
EnumType()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this enumeration to the specified object |
abstract java.lang.String |
getDescription()
Gets the description of this enumeration instance |
abstract java.lang.String |
getValue()
Gets the internal value of this enumeration instance |
int |
hashCode()
Returns a hash code value for the object. |
int |
intValue()
Gets the integer representing this particular enumeration instance. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumType()
Method Detail |
---|
public int intValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare this enumeration against
public abstract java.lang.String getValue()
public abstract java.lang.String getDescription()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |