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 classRecordDefinition.Field.Type
-
Field Summary
Fields Modifier and Type Field Description static intUINT16_MAX_VALUEMaximum value stored in uint16
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteOrderbyteOrder()java.lang.Stringname()RecordDefinition.Field.Typetype()
-
-
-
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()
-
-