|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.NamespaceEnum
public final class NamespaceEnum
An enumeration of the valid reserved namespace values for an AnyElement
or AnyAttribute
.
Field Summary | |
---|---|
static NamespaceEnum |
ANY
Specifies that all elements / attributes from any namespace are allowed. |
static NamespaceEnum |
LOCAL
Specifies that only elements / attributes not in any namespace are allowed. |
static NamespaceEnum |
OTHER
Specifes that only elements / attributes from namespaces other than the target namespace are allowed. |
static NamespaceEnum |
TARGET
Specifies that only elements / attribute from the target namespace are allowed. |
Method Summary | |
---|---|
String |
tString()
Returns the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NamespaceEnum ANY
public static final NamespaceEnum OTHER
public static final NamespaceEnum TARGET
public static final NamespaceEnum LOCAL
Method Detail |
---|
public String tString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |