public static enum PelletOptions.UndefinedDatatypeHandling extends Enum<PelletOptions.UndefinedDatatypeHandling>
| Enum Constant and Description |
|---|
EMPTY |
EXCEPTION |
INFINITE_STRING |
| Modifier and Type | Method and Description |
|---|---|
static PelletOptions.UndefinedDatatypeHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PelletOptions.UndefinedDatatypeHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PelletOptions.UndefinedDatatypeHandling EMPTY
public static final PelletOptions.UndefinedDatatypeHandling EXCEPTION
public static final PelletOptions.UndefinedDatatypeHandling INFINITE_STRING
public static PelletOptions.UndefinedDatatypeHandling[] values()
for (PelletOptions.UndefinedDatatypeHandling c : PelletOptions.UndefinedDatatypeHandling.values()) System.out.println(c);
public static PelletOptions.UndefinedDatatypeHandling 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 © 2019. All rights reserved.