public static enum Directive.Fields extends java.lang.Enum<Directive.Fields>
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 Directive.Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Directive.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Directive.Fields name
public static final Directive.Fields value
public final java.lang.String fieldName
public final java.lang.String fieldType
public final int fieldId
public final int fieldTag
public static Directive.Fields[] values()
for (Directive.Fields c : Directive.Fields.values()) System.out.println(c);
public static Directive.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.