public enum JobMonitorPref extends Enum<JobMonitorPref> implements PreferenceDefinition
JobMonitor.| Enum Constant and Description |
|---|
PBS_TABLES
Preferência que armazena a informação de visibilidade da tabela do driver
PBS.
|
| Modifier and Type | Method and Description |
|---|---|
static JobMonitorPref |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobMonitorPref[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@ReadWrite @Value(type=PVTables.class, defaultValue="") public static final JobMonitorPref PBS_TABLES
public static JobMonitorPref[] values()
for (JobMonitorPref c : JobMonitorPref.values()) System.out.println(c);
public static JobMonitorPref 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 © 2018. All rights reserved.