Uses of Class
io.adminshell.aas.v3.model.KeyElements
-
Packages that use KeyElements Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of KeyElements in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return KeyElements Modifier and Type Method Description KeyElementsKey. getType()Denote which kind of entity is referenced.static KeyElementsKeyElements. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyElements[]KeyElements. 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 KeyElements Modifier and Type Method Description voidKey. setType(KeyElements type)Denote which kind of entity is referenced. -
Uses of KeyElements in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type KeyElements Modifier and Type Method Description BKeyBuilder. type(KeyElements type)This function allows setting a value for type -
Uses of KeyElements in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as KeyElements Modifier and Type Field Description protected KeyElementsDefaultKey. typeMethods in io.adminshell.aas.v3.model.impl that return KeyElements Modifier and Type Method Description KeyElementsDefaultKey. getType()Methods in io.adminshell.aas.v3.model.impl with parameters of type KeyElements Modifier and Type Method Description voidDefaultKey. setType(KeyElements type)
-