public static enum CommandFinalizationInfo.FinalizationInfoType extends java.lang.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(java.lang.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(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 © 2016. All Rights Reserved.