Interface LiteralOutputType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
LiteralInputType
All Known Implementing Classes:
LiteralInputTypeImpl, LiteralOutputTypeImpl

public interface LiteralOutputType extends EObject
A representation of the model object 'Literal Output Type'. Description of a literal output (or input).

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Data Type' containment reference.
    Returns the value of the 'UO Ms' containment reference.
    void
    Sets the value of the 'Data Type' containment reference.
    void
    Sets the value of the 'UO Ms' containment reference.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getDataType

      DomainMetadataType getDataType()
      Returns the value of the 'Data Type' containment reference. Data type of this set of values (e.g. integer, real, etc). This data type metadata should be included for each quantity whose data type is not a string.
      Returns:
      the value of the 'Data Type' containment reference.
      See Also:
    • 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:
    • 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

      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: