Uses of Enum
org.eclipse.cbi.common.util.RecordDefinition.Field.Type
Packages that use RecordDefinition.Field.Type
-
Uses of RecordDefinition.Field.Type in org.eclipse.cbi.common.util
Fields in org.eclipse.cbi.common.util declared as RecordDefinition.Field.TypeModifier and TypeFieldDescriptionprivate final RecordDefinition.Field.Type
RecordDefinition.BasicFieldImpl.size
Methods in org.eclipse.cbi.common.util that return RecordDefinition.Field.TypeModifier and TypeMethodDescriptionRecordDefinition.BasicFieldImpl.type()
RecordDefinition.Field.type()
static RecordDefinition.Field.Type
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.Methods in org.eclipse.cbi.common.util with parameters of type RecordDefinition.Field.TypeModifier and TypeMethodDescriptionstatic RecordDefinition.Field
RecordDefinition.createLEField
(RecordDefinition.Field.Type size, String name) Constructors in org.eclipse.cbi.common.util with parameters of type RecordDefinition.Field.TypeModifierConstructorDescription(package private)
BasicFieldImpl
(RecordDefinition.Field.Type size, String specname, ByteOrder endianness)