public static enum AbstractCategory.Field extends java.lang.Enum<AbstractCategory.Field>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static AbstractCategory.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCategory.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCategory.Field COUNT
public static final AbstractCategory.Field SCORE
public static final AbstractCategory.Field STATE
public static final AbstractCategory.Field AGGRS
public static AbstractCategory.Field[] values()
for (AbstractCategory.Field c : AbstractCategory.Field.values()) System.out.println(c);
public static AbstractCategory.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 nullpublic java.lang.String identifier()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.