Package | Description |
---|---|
org.eclipse.cbi.common.util |
Modifier and Type | Field and Description |
---|---|
private RecordDefinition.Field.Type |
RecordDefinition.BasicFieldImpl.size |
Modifier and Type | Method and Description |
---|---|
RecordDefinition.Field.Type |
RecordDefinition.Field.type() |
RecordDefinition.Field.Type |
RecordDefinition.BasicFieldImpl.type() |
static RecordDefinition.Field.Type |
RecordDefinition.Field.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordDefinition.Field.Type[] |
RecordDefinition.Field.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RecordDefinition.Field |
RecordDefinition.createLEField(RecordDefinition.Field.Type size,
java.lang.String name) |
Constructor and Description |
---|
BasicFieldImpl(RecordDefinition.Field.Type size,
java.lang.String specname,
java.nio.ByteOrder endianness) |