public enum FlowApplicationPref extends java.lang.Enum<FlowApplicationPref> implements PreferenceDefinition
| Enum Constant and Description |
|---|
AUTO_CREATE_LINKS
Define se ligações devem ser criadas automaticamente para novos algoritmos
adicionados ao fluxo.
|
SAVE_GRAPH_BEFORE_EXECUTE
Define se o usuário deverá salvar o fluxo sempre antes de executar.
|
SHOW_VERSION_IN_TREE
Define se as versões devem ser mostradaa na árvore de algortmos da
aplicação.
|
SHOW_VERSION_IN_WORKSPACE
Define se o número da versão deve ser mostrada nos algoritmos na área de
trabalho da aplicação.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowApplicationPref |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlowApplicationPref[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@ReadWrite @Value(type=PVBoolean.class, defaultValue="false") public static final FlowApplicationPref SHOW_VERSION_IN_TREE
@ReadWrite @Value(type=PVBoolean.class, defaultValue="false") public static final FlowApplicationPref SHOW_VERSION_IN_WORKSPACE
@ReadWrite @Value(type=PVBoolean.class, defaultValue="true") public static final FlowApplicationPref AUTO_CREATE_LINKS
@ReadWrite @Value(type=PVBoolean.class, defaultValue="false") public static final FlowApplicationPref SAVE_GRAPH_BEFORE_EXECUTE
public static FlowApplicationPref[] values()
for (FlowApplicationPref c : FlowApplicationPref.values()) System.out.println(c);
public static FlowApplicationPref 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.