|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.types.NodeTypeType
Field Summary | |
static NodeTypeType |
EMBEDDEDPATH
The instance of the EmbeddedPath type |
static int |
EMBEDDEDPATH_TYPE
The EmbeddedPath type |
static NodeTypeType |
NONUNIQUECODE
The instance of the NonUniqueCode type |
static int |
NONUNIQUECODE_TYPE
The NonUniqueCode type |
static NodeTypeType |
UNIQUECODE
The instance of the UniqueCode type |
static int |
UNIQUECODE_TYPE
The UniqueCode type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of NodeTypeType |
int |
getType()
Returns the type of this NodeTypeType |
java.lang.String |
toString()
Returns the String representation of this NodeTypeType |
static NodeTypeType |
valueOf(java.lang.String string)
Returns a new NodeTypeType 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 UNIQUECODE_TYPE
public static final NodeTypeType UNIQUECODE
public static final int EMBEDDEDPATH_TYPE
public static final NodeTypeType EMBEDDEDPATH
public static final int NONUNIQUECODE_TYPE
public static final NodeTypeType NONUNIQUECODE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static NodeTypeType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |