public static enum DocType.DocTypeType extends java.lang.Enum<DocType.DocTypeType>
| Modifier and Type | Method and Description |
|---|---|
static DocType.DocTypeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocType.DocTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocType.DocTypeType INLINE
public static final DocType.DocTypeType SYSTEM
public static final DocType.DocTypeType PUBLIC
public static DocType.DocTypeType[] values()
for (DocType.DocTypeType c : DocType.DocTypeType.values()) System.out.println(c);
public static DocType.DocTypeType 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