public static enum ConfigurationEntry.ConfiguationEntryType extends Enum<ConfigurationEntry.ConfiguationEntryType>
Enum Constant and Description |
---|
typeNumber |
typeString |
Modifier and Type | Method and Description |
---|---|
static ConfigurationEntry.ConfiguationEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationEntry.ConfiguationEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationEntry.ConfiguationEntryType typeString
public static final ConfigurationEntry.ConfiguationEntryType typeNumber
public static ConfigurationEntry.ConfiguationEntryType[] values()
for (ConfigurationEntry.ConfiguationEntryType c : ConfigurationEntry.ConfiguationEntryType.values()) System.out.println(c);
public static ConfigurationEntry.ConfiguationEntryType 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 (C) 2013, 2014 Raphael Dickfelder, Jan Göpfert, Benjamin Paassen, Andreas Stöckel, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/scie