Uses of Class
com.appslandia.common.record.FieldType
-
Packages that use FieldType Package Description com.appslandia.common.record -
-
Uses of FieldType in com.appslandia.common.record
Methods in com.appslandia.common.record that return FieldType Modifier and Type Method Description FieldTypeField. getKeyType()static FieldTypeFieldType. valueOf(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 com.appslandia.common.record with parameters of type FieldType Modifier and Type Method Description FieldField. setKeyType(FieldType keyType)
-