Uses of Class
com.appslandia.common.record.KeyType
-
Packages that use KeyType Package Description com.appslandia.common.record -
-
Uses of KeyType in com.appslandia.common.record
Methods in com.appslandia.common.record that return KeyType Modifier and Type Method Description KeyTypeField. getKeyType()static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. 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 KeyType Modifier and Type Method Description FieldField. setKeyType(KeyType keyType)
-