public static enum Topic.State extends java.lang.Enum<Topic.State>
Enum Constant and Description |
---|
DISPLAYED
State of a topic which is not currently used for a refinement or an exclusion.
|
EXCLUDED
State of a topic which is used for an exclusion.
|
REFINED
State of a topic which is used for a refinement.
|
Modifier and Type | Method and Description |
---|---|
static Topic.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Topic.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Topic.State DISPLAYED
public static final Topic.State REFINED
public static final Topic.State EXCLUDED
public static Topic.State[] values()
for (Topic.State c : Topic.State.values()) System.out.println(c);
public static Topic.State 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.