public static enum NodeDefinitionFormObject.RelevanceType extends Enum<NodeDefinitionFormObject.RelevanceType>
| Enum Constant and Description |
|---|
ALWAYS_RELEVANT |
RELEVANT_WHEN |
| Modifier and Type | Method and Description |
|---|---|
static NodeDefinitionFormObject.RelevanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeDefinitionFormObject.RelevanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeDefinitionFormObject.RelevanceType ALWAYS_RELEVANT
public static final NodeDefinitionFormObject.RelevanceType RELEVANT_WHEN
public static NodeDefinitionFormObject.RelevanceType[] values()
for (NodeDefinitionFormObject.RelevanceType c : NodeDefinitionFormObject.RelevanceType.values()) System.out.println(c);
public static NodeDefinitionFormObject.RelevanceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 Open Foris. All rights reserved.