Interface LiteralOutputType

    • Method Detail

      • setDataType

        void setDataType​(DomainMetadataType value)
        Sets the value of the 'Data Type' containment reference.
        Parameters:
        value - the new value of the 'Data Type' containment reference.
        See Also:
        getDataType()
      • getUOMs

        SupportedUOMsType getUOMs()
        Returns the value of the 'UO Ms' containment reference. List of supported units of measure for this input or output. This element should be included when this literal has a unit of measure (e.g., "meters", without a more complete reference system). Not necessary for a count, which has no units.
        Returns:
        the value of the 'UO Ms' containment reference.
        See Also:
        setUOMs(SupportedUOMsType), Wps10Package.getLiteralOutputType_UOMs()
      • setUOMs

        void setUOMs​(SupportedUOMsType value)
        Sets the value of the 'UO Ms' containment reference.
        Parameters:
        value - the new value of the 'UO Ms' containment reference.
        See Also:
        getUOMs()