Uses of Class
io.adminshell.aas.v3.model.KeyType
-
Packages that use KeyType Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of KeyType in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return KeyType Modifier and Type Method Description KeyTypeKey. getIdType()Type of the key value.static KeyTypeKeyType. valueOf(java.lang.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 io.adminshell.aas.v3.model with parameters of type KeyType Modifier and Type Method Description voidKey. setIdType(KeyType idType)Type of the key value. -
Uses of KeyType in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type KeyType Modifier and Type Method Description BKeyBuilder. idType(KeyType idType)This function allows setting a value for idType -
Uses of KeyType in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as KeyType Modifier and Type Field Description protected KeyTypeDefaultKey. idTypeMethods in io.adminshell.aas.v3.model.impl that return KeyType Modifier and Type Method Description KeyTypeDefaultKey. getIdType()Methods in io.adminshell.aas.v3.model.impl with parameters of type KeyType Modifier and Type Method Description voidDefaultKey. setIdType(KeyType idType)
-