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