public static enum Document.Fields extends java.lang.Enum<Document.Fields>
Enum Constant and Description |
---|
directives |
flag |
metas |
parts |
source |
stamp |
uri |
Modifier and Type | Field and Description |
---|---|
int |
fieldId |
java.lang.String |
fieldName |
int |
fieldTag |
java.lang.String |
fieldType |
Modifier and Type | Method and Description |
---|---|
static Document.Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Document.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Document.Fields source
public static final Document.Fields uri
public static final Document.Fields stamp
public static final Document.Fields flag
public static final Document.Fields directives
public static final Document.Fields metas
public static final Document.Fields parts
public final java.lang.String fieldName
public final java.lang.String fieldType
public final int fieldId
public final int fieldTag
public static Document.Fields[] values()
for (Document.Fields c : Document.Fields.values()) System.out.println(c);
public static Document.Fields 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 nullCopyright © 2013 Dassault Systèmes, All Rights Reserved.