public final class ObjectParameterType extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ObjectParameterType.ComponentType |
static class |
ObjectParameterType.ObjectType |
Modifier and Type | Field and Description |
---|---|
static ObjectParameterType.ObjectType |
ARRAY |
static ObjectParameterType.ComponentType |
BOOLEAN |
static ObjectParameterType.ObjectType |
BUFFER |
static ObjectParameterType.ComponentType |
BYTE |
static ObjectParameterType.ComponentType |
CHAR |
static ObjectParameterType.ComponentType |
DOUBLE |
static ObjectParameterType.ComponentType |
FLOAT |
static ObjectParameterType.ComponentType |
INT |
static ObjectParameterType.ComponentType |
LONG |
static ObjectParameterType.ComponentType |
SHORT |
Modifier and Type | Method and Description |
---|---|
static ObjectParameterType |
create(ObjectParameterType.ObjectType objectType,
ObjectParameterType.ComponentType componentType) |
boolean |
equals(Object o) |
int |
hashCode() |
public static final ObjectParameterType.ObjectType ARRAY
public static final ObjectParameterType.ObjectType BUFFER
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 create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)
Copyright © 2016. All Rights Reserved.