Interface DomainType

All Superinterfaces:
EObject, Notifier, UnNamedDomainType
All Known Implementing Classes:
DomainTypeImpl

public interface DomainType extends UnNamedDomainType
A representation of the model object 'Domain Type'. Valid domain (or allowed set of values) of one quantity, with its name or identifier.

The following features are supported:

See Also:
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute. Name or identifier of this quantity.
      Returns:
      the value of the 'Name' attribute.
      See Also:
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also: