public enum CommandViewType extends Enum<CommandViewType>
| Enum Constant and Description |
|---|
FLOW
Visão de um fluxo.
|
NODE
Visão de um nó de um fluxo.
|
SIMPLE
Visão de um algoritmo simples.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Nome da propriedade do
ConfigurationManager que configura o padrão
de nome do arquivo de log para cada tipo de visão. |
static CommandViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandViewType SIMPLE
public static final CommandViewType FLOW
public static final CommandViewType NODE
public static CommandViewType[] values()
for (CommandViewType c : CommandViewType.values()) System.out.println(c);
public static CommandViewType 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 getPropertyName()
ConfigurationManager que configura o padrão
de nome do arquivo de log para cada tipo de visão.Copyright © 2019. All rights reserved.