public static enum Meta.Field extends java.lang.Enum<Meta.Field>
Enum Constant and Description |
---|
DISPLAY_NAME |
FIRST |
LAST |
LENGTH |
NAME |
SIZE |
VALUE |
VALUES |
Modifier and Type | Method and Description |
---|---|
static Meta.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Meta.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Meta.Field NAME
public static final Meta.Field DISPLAY_NAME
public static final Meta.Field VALUE
public static final Meta.Field VALUES
public static final Meta.Field LENGTH
public static final Meta.Field SIZE
public static final Meta.Field FIRST
public static final Meta.Field LAST
public static Meta.Field[] values()
for (Meta.Field c : Meta.Field.values()) System.out.println(c);
public static Meta.Field 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 © 2021 Dassault Systèmes, All Rights Reserved.