private static class RecordDefinition.BasicFieldImpl extends java.lang.Object implements RecordDefinition.Field
RecordDefinition.Field.Type
Modifier and Type | Field and Description |
---|---|
private java.nio.ByteOrder |
endianness |
private RecordDefinition.Field.Type |
size |
private java.lang.String |
specname |
UINT16_MAX_VALUE
Constructor and Description |
---|
BasicFieldImpl(RecordDefinition.Field.Type size,
java.lang.String specname,
java.nio.ByteOrder endianness) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteOrder |
byteOrder() |
java.lang.String |
name() |
java.lang.String |
toString() |
RecordDefinition.Field.Type |
type() |
private final RecordDefinition.Field.Type size
private final java.lang.String specname
private final java.nio.ByteOrder endianness
BasicFieldImpl(RecordDefinition.Field.Type size, java.lang.String specname, java.nio.ByteOrder endianness)
public RecordDefinition.Field.Type type()
type
in interface RecordDefinition.Field
public java.lang.String name()
name
in interface RecordDefinition.Field
public java.nio.ByteOrder byteOrder()
byteOrder
in interface RecordDefinition.Field
public java.lang.String toString()
toString
in class java.lang.Object