|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeType
This interface is used to define hexadecimal representations of data types as per NDM-U 3.5
Field Summary | |
---|---|
static int |
ARRAY
Hexadecimal to represent an Array. |
static int |
BOOLEAN
Hexadecimal to represent a |
static int |
BYTE
Hexadecimal to represent a Byte. |
static int |
DOUBLE
Hexadecimal to represent a Double. |
static int |
FLOAT
Hexadecimal to represent a Float. |
static int |
HEXADECIMAL_BINARY
Hexadecimal to represent a Hexadecimal Binary. |
static int |
INTEGER
Hexadecimal to represent an Integer. |
static int |
LONG
Hexadecimal to represent a Long. |
static int |
SHORT
Hexadecimal to represent a Short. |
static int |
STRING
Hexadecimal to represent a String. |
static int |
STRUCTURE
Hexadecimal to represent a Structure. |
static int |
UNSIGNED_BYTE
Hexadecimal to represent an Unsigned Byte. |
static int |
UNSIGNED_INTEGER
Hexadecimal to represent an Unsigned Integer. |
static int |
UNSIGNED_LONG
Hexadecimal to represent an Unsigned Long. |
static int |
UNSIGNED_SHORT
Hexadecimal to represent an Unsigned Short. |
Field Detail |
---|
static final int INTEGER
static final int UNSIGNED_INTEGER
static final int LONG
static final int UNSIGNED_LONG
static final int FLOAT
static final int DOUBLE
static final int HEXADECIMAL_BINARY
static final int STRING
static final int BOOLEAN
static final int BYTE
static final int UNSIGNED_BYTE
static final int SHORT
static final int UNSIGNED_SHORT
static final int ARRAY
static final int STRUCTURE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |