Interface ValuesType

All Superinterfaces:
EObject, Notifier, ValueEnumBaseType, ValueEnumType
All Known Implementing Classes:
ValuesTypeImpl

public interface ValuesType extends ValueEnumType
A representation of the model object 'Values Type'.

The following features are supported:

See Also:
  • Method Details

    • getDefault

      TypedLiteralType getDefault()
      Returns the value of the 'Default' containment reference. Ordered sequence of the parameter value(s) that the server will use for GetCoverage requests which omit a constraint on this parameter axis. (GetCoverage requests against a coverage offering whose AxisDescription has no default must specify a valid constraint for this parameter.)
      Returns:
      the value of the 'Default' containment reference.
      See Also:
    • setDefault

      void setDefault(TypedLiteralType value)
      Sets the value of the 'Default' containment reference.
      Parameters:
      value - the new value of the 'Default' containment reference.
      See Also: