Interface ValueList

  • All Known Implementing Classes:
    DefaultValueList

    public interface ValueList
    A set of value reference pairs.
    • 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.