public enum CbfElementType extends java.lang.Enum<CbfElementType>
Enum Constant and Description |
---|
SIGNED_16_BIT_INTEGER |
SIGNED_32_BIT_INTEGER |
SIGNED_32_BIT_REAL_IEEE |
SIGNED_64_BIT_REAL_IEEE |
SIGNED_8_BIT_INTEGER |
UNSIGNED_16_BIT_INTEGER |
UNSIGNED_32_BIT_INTEGER |
UNSIGNED_8_BIT_INTEGER |
Modifier and Type | Method and Description |
---|---|
static CbfElementType |
fromDataBufferType(int dataBufferType) |
boolean |
isSigned() |
static CbfElementType |
parse(java.lang.String xBinaryElementType) |
java.lang.String |
toXBinaryElementType() |
static CbfElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CbfElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CbfElementType UNSIGNED_8_BIT_INTEGER
public static final CbfElementType SIGNED_8_BIT_INTEGER
public static final CbfElementType UNSIGNED_16_BIT_INTEGER
public static final CbfElementType SIGNED_16_BIT_INTEGER
public static final CbfElementType UNSIGNED_32_BIT_INTEGER
public static final CbfElementType SIGNED_32_BIT_INTEGER
public static final CbfElementType SIGNED_32_BIT_REAL_IEEE
public static final CbfElementType SIGNED_64_BIT_REAL_IEEE
public static CbfElementType[] values()
for (CbfElementType c : CbfElementType.values()) System.out.println(c);
public static CbfElementType 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 java.lang.String toXBinaryElementType()
public boolean isSigned()
public static CbfElementType parse(java.lang.String xBinaryElementType) throws java.text.ParseException
java.text.ParseException
public static CbfElementType fromDataBufferType(int dataBufferType)