Uses of Class
org.eclipse.cbi.common.util.RecordDefinition.Field.Type
-
Packages that use RecordDefinition.Field.Type Package Description org.eclipse.cbi.common.util -
-
Uses of RecordDefinition.Field.Type in org.eclipse.cbi.common.util
Fields in org.eclipse.cbi.common.util declared as RecordDefinition.Field.Type Modifier and Type Field Description private RecordDefinition.Field.Type
RecordDefinition.BasicFieldImpl. size
Methods in org.eclipse.cbi.common.util that return RecordDefinition.Field.Type Modifier and Type Method Description RecordDefinition.Field.Type
RecordDefinition.BasicFieldImpl. type()
RecordDefinition.Field.Type
RecordDefinition.Field. 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.Methods in org.eclipse.cbi.common.util with parameters of type RecordDefinition.Field.Type Modifier and Type Method Description static RecordDefinition.Field
RecordDefinition. createLEField(RecordDefinition.Field.Type size, java.lang.String name)
Constructors in org.eclipse.cbi.common.util with parameters of type RecordDefinition.Field.Type Constructor Description BasicFieldImpl(RecordDefinition.Field.Type size, java.lang.String specname, java.nio.ByteOrder endianness)
-