public enum BuiltInItemSupport extends java.lang.Enum<BuiltInItemSupport> implements ArraySequenceParser, ArrayItemFiller
| Enum Constant and Description |
|---|
BIG_DECIMAL |
BIG_INTEGER |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInItemSupport |
forType(java.lang.Class<?> itemType) |
java.lang.Class<?> |
getItemType() |
static BuiltInItemSupport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInItemSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfparseItemssetItempublic static final BuiltInItemSupport BIG_INTEGER
public static final BuiltInItemSupport BIG_DECIMAL
public static BuiltInItemSupport[] values()
for (BuiltInItemSupport c : BuiltInItemSupport.values()) System.out.println(c);
public static BuiltInItemSupport valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class<?> getItemType()
getItemType in interface ArrayItemFillerpublic static BuiltInItemSupport forType(java.lang.Class<?> itemType)