public static enum CommandFinalizationInfo.FinalizationInfoType extends Enum<CommandFinalizationInfo.FinalizationInfoType>
| Enum Constant and Description |
|---|
EXTENDED
Informações compostas (utilizada para o caso de fluxos).
|
SIMPLE
Informações simples.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandFinalizationInfo.FinalizationInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandFinalizationInfo.FinalizationInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandFinalizationInfo.FinalizationInfoType SIMPLE
public static final CommandFinalizationInfo.FinalizationInfoType EXTENDED
public static CommandFinalizationInfo.FinalizationInfoType[] values()
for (CommandFinalizationInfo.FinalizationInfoType c : CommandFinalizationInfo.FinalizationInfoType.values()) System.out.println(c);
public static CommandFinalizationInfo.FinalizationInfoType 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 © 2017. All rights reserved.