|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jmscts.core.types.DestinationType
Class DestinationType.
| Field Summary | |
static DestinationType |
ADMINISTERED
The instance of the administered type |
static int |
ADMINISTERED_TYPE
The administered type |
static DestinationType |
TEMPORARY
The instance of the temporary type |
static int |
TEMPORARY_TYPE
The temporary type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of DestinationType |
int |
getType()
Method getTypeReturns the type of this DestinationType |
java.lang.String |
toString()
Method toStringReturns the String representation of this DestinationType |
static DestinationType |
valueOf(java.lang.String string)
Method valueOfReturns a new DestinationType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ADMINISTERED_TYPE
public static final DestinationType ADMINISTERED
public static final int TEMPORARY_TYPE
public static final DestinationType TEMPORARY
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static DestinationType valueOf(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||