public static enum Constants.Config extends Enum<Constants.Config>
| Enum Constant and Description |
|---|
HIBERNATE_CONFIGURATION |
| Modifier and Type | Field and Description |
|---|---|
br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption |
option |
| Modifier and Type | Method and Description |
|---|---|
static List<br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption> |
options() |
static Constants.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.Config HIBERNATE_CONFIGURATION
public final br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption option
public static Constants.Config[] values()
for (Constants.Config c : Constants.Config.values()) System.out.println(c);
public static Constants.Config 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 static List<br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption> options()
Copyright © 2019. All rights reserved.