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