Interface CollectionValueType

    • Method Detail

      • setNestedType

        void setNestedType​(ValueType value)
        Sets the value of the 'Nested Type' reference.
        Parameters:
        value - the new value of the 'Nested Type' reference.
        See Also:
        getNestedType()
        Generated class or method.
      • setLowerBound

        void setLowerBound​(int value)
        Sets the value of the 'Lower Bound' attribute.
        Parameters:
        value - the new value of the 'Lower Bound' attribute.
        See Also:
        getLowerBound()
        Generated class or method.
      • setUpperBound

        void setUpperBound​(int value)
        Sets the value of the 'Upper Bound' attribute.
        Parameters:
        value - the new value of the 'Upper Bound' attribute.
        See Also:
        getUpperBound()
        Generated class or method.