public static enum ObjectParameterType.ComponentType extends Enum<ObjectParameterType.ComponentType>
Enum Constant and Description |
---|
BOOLEAN |
BYTE |
CHAR |
DOUBLE |
FLOAT |
INT |
LONG |
SHORT |
Modifier and Type | Method and Description |
---|---|
static ObjectParameterType.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectParameterType.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectParameterType.ComponentType BYTE
public static final ObjectParameterType.ComponentType SHORT
public static final ObjectParameterType.ComponentType INT
public static final ObjectParameterType.ComponentType LONG
public static final ObjectParameterType.ComponentType FLOAT
public static final ObjectParameterType.ComponentType DOUBLE
public static final ObjectParameterType.ComponentType BOOLEAN
public static final ObjectParameterType.ComponentType CHAR
public static ObjectParameterType.ComponentType[] values()
for (ObjectParameterType.ComponentType c : ObjectParameterType.ComponentType.values()) System.out.println(c);
public static ObjectParameterType.ComponentType 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.