Package org.eclipse.cbi.common.util
Interface RecordDefinition.Field
-
- All Known Implementing Classes:
RecordDefinition.BasicFieldImpl
- Enclosing class:
- RecordDefinition
public static interface RecordDefinition.Field
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RecordDefinition.Field.Type
-
Field Summary
Fields Modifier and Type Field Description static int
UINT16_MAX_VALUE
Maximum value stored in uint16
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteOrder
byteOrder()
java.lang.String
name()
RecordDefinition.Field.Type
type()
-
-
-
Field Detail
-
UINT16_MAX_VALUE
static final int UINT16_MAX_VALUE
Maximum value stored in uint16- See Also:
- Constant Field Values
-
-
Method Detail
-
name
java.lang.String name()
-
byteOrder
java.nio.ByteOrder byteOrder()
-
type
RecordDefinition.Field.Type type()
-
-