public static enum Category.Field extends java.lang.Enum<Category.Field>
Enum Constant and Description |
---|
NB_CLIPPED_CHILDREN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier() |
static Category.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Category.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Category.Field NB_CLIPPED_CHILDREN
public static Category.Field[] values()
for (Category.Field c : Category.Field.values()) System.out.println(c);
public static Category.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.