Package io.adminshell.aas.v3.model.impl
Class DefaultValueList
- java.lang.Object
-
- io.adminshell.aas.v3.model.impl.DefaultValueList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultValueList.BuilderThis builder class can be used to construct a DefaultValueList bean.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ValueReferencePair>valueReferencePairTypes
-
Constructor Summary
Constructors Constructor Description DefaultValueList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<ValueReferencePair>getValueReferencePairTypes()A pair of a value together with its global unique id..inthashCode()voidsetValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)A pair of a value together with its global unique id..
-
-
-
Field Detail
-
valueReferencePairTypes
protected java.util.List<ValueReferencePair> valueReferencePairTypes
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getValueReferencePairTypes
public java.util.List<ValueReferencePair> getValueReferencePairTypes()
Description copied from interface:ValueListA pair of a value together with its global unique id.. More information under https://admin-shell.io/aas/3/0/RC01/ValueList/valueReferencePairTypes- Specified by:
getValueReferencePairTypesin interfaceValueList- Returns:
- Returns the List of ValueReferencePairs for the property valueReferencePairTypes.
-
setValueReferencePairTypes
public void setValueReferencePairTypes(java.util.List<ValueReferencePair> valueReferencePairTypes)
Description copied from interface:ValueListA pair of a value together with its global unique id.. More information under https://admin-shell.io/aas/3/0/RC01/ValueList/valueReferencePairTypes- Specified by:
setValueReferencePairTypesin interfaceValueList- Parameters:
valueReferencePairTypes- desired value for the property valueReferencePairTypes.
-
-