public enum BuiltInItemSupport extends Enum<BuiltInItemSupport> implements ArraySequenceParser, ArrayItemFiller
| Enum Constant and Description |
|---|
BIG_DECIMAL |
BIG_INTEGER |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInItemSupport |
forType(Class<?> itemType) |
Class<?> |
getItemType() |
static BuiltInItemSupport |
valueOf(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(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 Class<?> getItemType()
getItemType in interface ArrayItemFillerpublic static BuiltInItemSupport forType(Class<?> itemType)
Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.