Uses of Class
com.appslandia.common.easyrecord.KeyType
-
Packages that use KeyType Package Description com.appslandia.common.easyrecord -
-
Uses of KeyType in com.appslandia.common.easyrecord
Methods in com.appslandia.common.easyrecord 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.easyrecord with parameters of type KeyType Modifier and Type Method Description FieldField. setKeyType(KeyType keyType)
-