Uses of Interface
io.adminshell.aas.v3.model.Key
-
Packages that use Key Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Key in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type Key Modifier and Type Method Description java.util.List<Key>Reference. getKeys()Unique reference in its name space.Method parameters in io.adminshell.aas.v3.model with type arguments of type Key Modifier and Type Method Description voidReference. setKeys(java.util.List<Key> keys)Unique reference in its name space. -
Uses of Key in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Key Modifier and Type Class Description classKeyBuilder<T extends Key,B extends KeyBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Key Modifier and Type Method Description BReferenceBuilder. key(Key key)This function allows adding a value to the List keysMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type Key Modifier and Type Method Description BReferenceBuilder. keys(java.util.List<Key> keys)This function allows setting a value for keys -
Uses of Key in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Key Modifier and Type Class Description classDefaultKeyDefault implementation of package io.adminshell.aas.v3.model.Key A key is a reference to an element by its id.Fields in io.adminshell.aas.v3.model.impl with type parameters of type Key Modifier and Type Field Description protected java.util.List<Key>DefaultReference. keysMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type Key Modifier and Type Method Description java.util.List<Key>DefaultReference. getKeys()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type Key Modifier and Type Method Description voidDefaultReference. setKeys(java.util.List<Key> keys)
-