public static enum IParameter.ParameterType extends Enum<IParameter.ParameterType>
| Enum Constant and Description |
|---|
BooleanClass
Boolean boxed type
|
BooleanPrimitive
Boolean unboxed type
|
ByteClass
Byte boxed type
|
BytePrimitive
Byte unboxed type
|
DoubleClass
Double boxed type
|
DoublePrimitive
Double unboxed type
|
FloatClass
Float boxed type
|
FloatPrimitive
Float unboxed type
|
IntegerClass
Integer boxed type
|
IntegerPrimitive
Integer unboxed type
|
LongClass
Long boxed type
|
LongPrimitive
Long unboxed type
|
Object
Object type
|
ShortClass
Short boxed type
|
ShortPrimitive
Short unboxed type
|
String
String type
|
XML
XML type
|
| Modifier and Type | Method and Description |
|---|---|
static IParameter.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IParameter.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IParameter.ParameterType IntegerClass
public static final IParameter.ParameterType IntegerPrimitive
public static final IParameter.ParameterType FloatClass
public static final IParameter.ParameterType FloatPrimitive
public static final IParameter.ParameterType DoubleClass
public static final IParameter.ParameterType DoublePrimitive
public static final IParameter.ParameterType ShortClass
public static final IParameter.ParameterType ShortPrimitive
public static final IParameter.ParameterType LongClass
public static final IParameter.ParameterType LongPrimitive
public static final IParameter.ParameterType BooleanClass
public static final IParameter.ParameterType BooleanPrimitive
public static final IParameter.ParameterType ByteClass
public static final IParameter.ParameterType BytePrimitive
public static final IParameter.ParameterType String
public static final IParameter.ParameterType XML
public static final IParameter.ParameterType Object
public static IParameter.ParameterType[] values()
for (IParameter.ParameterType c : IParameter.ParameterType.values()) System.out.println(c);
public static IParameter.ParameterType 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 © 2018. All Rights Reserved.