Uses of Class
one.nio.serial.gen.FieldType
-
Packages that use FieldType Package Description one.nio.serial.gen -
-
Uses of FieldType in one.nio.serial.gen
Fields in one.nio.serial.gen declared as FieldType Modifier and Type Field Description private static FieldType[]FieldType. VALUESMethods in one.nio.serial.gen that return FieldType Modifier and Type Method Description static FieldTypeFieldType. valueOf(java.lang.Class cls)Returns the enum constant of this type with the specified name.static FieldTypeFieldType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.nio.serial.gen with parameters of type FieldType Modifier and Type Method Description intFieldType. convertTo(FieldType target)
-