public static enum RcpTypes.Datatype extends java.lang.Enum<RcpTypes.Datatype>
| Enum Constant and Description |
|---|
ARRAY |
BANG |
BOOLEAN |
CUSTOMTYPE |
ENUM |
FLOAT32 |
FLOAT64 |
GROUP |
IMAGE |
INT16 |
INT32 |
INT64 |
INT8 |
IPV4 |
IPV6 |
LIST |
RANGE |
RGB |
RGBA |
STRING |
UINT16 |
UINT32 |
UINT64 |
UINT8 |
URI |
VECTOR2F32 |
VECTOR2I32 |
VECTOR3F32 |
VECTOR3I32 |
VECTOR4F32 |
VECTOR4I32 |
| Modifier and Type | Method and Description |
|---|---|
static RcpTypes.Datatype |
byId(long id) |
long |
id() |
static RcpTypes.Datatype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RcpTypes.Datatype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RcpTypes.Datatype CUSTOMTYPE
public static final RcpTypes.Datatype BOOLEAN
public static final RcpTypes.Datatype INT8
public static final RcpTypes.Datatype UINT8
public static final RcpTypes.Datatype INT16
public static final RcpTypes.Datatype UINT16
public static final RcpTypes.Datatype INT32
public static final RcpTypes.Datatype UINT32
public static final RcpTypes.Datatype INT64
public static final RcpTypes.Datatype UINT64
public static final RcpTypes.Datatype FLOAT32
public static final RcpTypes.Datatype FLOAT64
public static final RcpTypes.Datatype VECTOR2I32
public static final RcpTypes.Datatype VECTOR2F32
public static final RcpTypes.Datatype VECTOR3I32
public static final RcpTypes.Datatype VECTOR3F32
public static final RcpTypes.Datatype VECTOR4I32
public static final RcpTypes.Datatype VECTOR4F32
public static final RcpTypes.Datatype STRING
public static final RcpTypes.Datatype RGB
public static final RcpTypes.Datatype RGBA
public static final RcpTypes.Datatype ENUM
public static final RcpTypes.Datatype ARRAY
public static final RcpTypes.Datatype LIST
public static final RcpTypes.Datatype BANG
public static final RcpTypes.Datatype GROUP
public static final RcpTypes.Datatype URI
public static final RcpTypes.Datatype IPV4
public static final RcpTypes.Datatype IPV6
public static final RcpTypes.Datatype RANGE
public static final RcpTypes.Datatype IMAGE
public static RcpTypes.Datatype[] values()
for (RcpTypes.Datatype c : RcpTypes.Datatype.values()) System.out.println(c);
public static RcpTypes.Datatype valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long id()
public static RcpTypes.Datatype byId(long id)