Package io.adminshell.aas.v3.model
Interface ValueList
-
- All Known Implementing Classes:
DefaultValueList
public interface ValueListA set of value reference pairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ValueReferencePair>getValueReferencePairTypes()A pair of a value together with its global unique id..voidsetValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)A pair of a value together with its global unique id..
-
-
-
Method Detail
-
getValueReferencePairTypes
java.util.List<ValueReferencePair> getValueReferencePairTypes()
A pair of a value together with its global unique id.. More information under https://admin-shell.io/aas/3/0/RC01/ValueList/valueReferencePairTypes- Returns:
- Returns the List of ValueReferencePairs for the property valueReferencePairTypes.
-
setValueReferencePairTypes
void setValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)
A pair of a value together with its global unique id.. More information under https://admin-shell.io/aas/3/0/RC01/ValueList/valueReferencePairTypes- Parameters:
valueReferencePairTypes- desired value for the property valueReferencePairTypes.
-
-