public static enum RequirementSampleFlow.RequirementSampleTasks extends Enum<RequirementSampleFlow.RequirementSampleTasks> implements org.opensingular.flow.core.ITaskDefinition
| Enum Constant and Description |
|---|
AJUSTAR |
ANALISAR |
APROVADO |
REPROVADO |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static RequirementSampleFlow.RequirementSampleTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequirementSampleFlow.RequirementSampleTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequirementSampleFlow.RequirementSampleTasks ANALISAR
public static final RequirementSampleFlow.RequirementSampleTasks AJUSTAR
public static final RequirementSampleFlow.RequirementSampleTasks APROVADO
public static final RequirementSampleFlow.RequirementSampleTasks REPROVADO
public static RequirementSampleFlow.RequirementSampleTasks[] values()
for (RequirementSampleFlow.RequirementSampleTasks c : RequirementSampleFlow.RequirementSampleTasks.values()) System.out.println(c);
public static RequirementSampleFlow.RequirementSampleTasks 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 nullpublic String getName()
getName in interface org.opensingular.flow.core.ITaskDefinitionCopyright © 2020. All rights reserved.