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