Uses of Interface
io.adminshell.aas.v3.model.ValueReferencePair
-
Packages that use ValueReferencePair Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of ValueReferencePair in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type ValueReferencePair Modifier and Type Method Description java.util.List<ValueReferencePair>ValueList. getValueReferencePairTypes()A pair of a value together with its global unique id..Method parameters in io.adminshell.aas.v3.model with type arguments of type ValueReferencePair Modifier and Type Method Description voidValueList. setValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)A pair of a value together with its global unique id.. -
Uses of ValueReferencePair in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type ValueReferencePair Modifier and Type Class Description classValueReferencePairBuilder<T extends ValueReferencePair,B extends ValueReferencePairBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type ValueReferencePair Modifier and Type Method Description BValueListBuilder. valueReferencePairTypes(ValueReferencePair valueReferencePairTypes)This function allows adding a value to the List valueReferencePairTypesMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type ValueReferencePair Modifier and Type Method Description BValueListBuilder. valueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)This function allows setting a value for valueReferencePairTypes -
Uses of ValueReferencePair in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement ValueReferencePair Modifier and Type Class Description classDefaultValueReferencePairDefault implementation of package io.adminshell.aas.v3.model.ValueReferencePair A value reference pair within a value list.Fields in io.adminshell.aas.v3.model.impl with type parameters of type ValueReferencePair Modifier and Type Field Description protected java.util.List<ValueReferencePair>DefaultValueList. valueReferencePairTypesMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type ValueReferencePair Modifier and Type Method Description java.util.List<ValueReferencePair>DefaultValueList. getValueReferencePairTypes()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type ValueReferencePair Modifier and Type Method Description voidDefaultValueList. setValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)
-