public static enum StaticOption.Type extends Enum<StaticOption.Type>
| Modifier and Type | Method and Description |
|---|---|
static StaticOption.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticOption.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticOption.Type bool
public static final StaticOption.Type integer
public static final StaticOption.Type dble
public static final StaticOption.Type string
public static StaticOption.Type[] values()
for (StaticOption.Type c : StaticOption.Type.values()) System.out.println(c);
public static StaticOption.Type 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 © 2015 Bluebrain Project. All rights reserved.