|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SmLengthFacetUOM>
org.gxml.xs.SmLengthFacetUOM
public enum SmLengthFacetUOM
Indicates the Unit of Measure for the length facet of a simple type value.
Enum Constant Summary | |
---|---|
Characters
Used for xs:string, types derived from xs:string, and xs:anyURI. |
|
ListItems
Used for typesderived by list. |
|
NotApplicable
Used to indicate that the length facet is not applicable for this type. |
|
Octets
Used for xs:hexBinary and xs:base64Binary. |
Method Summary | |
---|---|
static SmLengthFacetUOM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SmLengthFacetUOM[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SmLengthFacetUOM Characters
public static final SmLengthFacetUOM Octets
public static final SmLengthFacetUOM ListItems
public static final SmLengthFacetUOM NotApplicable
Method Detail |
---|
public static SmLengthFacetUOM[] values()
for (SmLengthFacetUOM c : SmLengthFacetUOM.values()) System.out.println(c);
public static SmLengthFacetUOM 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |