public static enum TLcdXMLSchemaTypeIdentifier.StepAxis extends java.lang.Enum<TLcdXMLSchemaTypeIdentifier.StepAxis>
Enum Constant and Description |
---|
ANONYMOUS_ATTRIBUTE_TYPE
Denotes an anonymous attribute type.
|
ANONYMOUS_BASE_TYPE
Denotes an anonymous type with a base type (e.g. a restriction).
|
ANONYMOUS_ELEMENT_TYPE
Denotes an anonymous type inside an element.
|
ANONYMOUS_LIST_ITEM_TYPE
Denotes an anonymous type of a list.
|
ANONYMOUS_UNION_ITEM_TYPE
Denotes an anonymous type in a union.
|
GLOBAL_TYPE
Denotes a global type.
|
GROUP_NAME
Denotes an element or attribute group (
|
Modifier and Type | Method and Description |
---|---|
static TLcdXMLSchemaTypeIdentifier.StepAxis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLcdXMLSchemaTypeIdentifier.StepAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLcdXMLSchemaTypeIdentifier.StepAxis GLOBAL_TYPE
public static final TLcdXMLSchemaTypeIdentifier.StepAxis GROUP_NAME
public static final TLcdXMLSchemaTypeIdentifier.StepAxis ANONYMOUS_ELEMENT_TYPE
public static final TLcdXMLSchemaTypeIdentifier.StepAxis ANONYMOUS_BASE_TYPE
null
.
It is never the first step, because it needs an enclosing type (a global type, for example).public static final TLcdXMLSchemaTypeIdentifier.StepAxis ANONYMOUS_ATTRIBUTE_TYPE
public static final TLcdXMLSchemaTypeIdentifier.StepAxis ANONYMOUS_UNION_ITEM_TYPE
public static final TLcdXMLSchemaTypeIdentifier.StepAxis ANONYMOUS_LIST_ITEM_TYPE
null
.
If present, it is always the last step.public static TLcdXMLSchemaTypeIdentifier.StepAxis[] values()
for (TLcdXMLSchemaTypeIdentifier.StepAxis c : TLcdXMLSchemaTypeIdentifier.StepAxis.values()) System.out.println(c);
public static TLcdXMLSchemaTypeIdentifier.StepAxis valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null