Interface OutputEntryDistributionType

All Superinterfaces:
EObject, Notifier, OutputDistributionType
All Known Implementing Classes:
OutputEntryDistributionTypeImpl

public interface OutputEntryDistributionType extends OutputDistributionType
A representation of the model object ' Output Entry Distribution Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='OutputEntryDistributionType' kind='elementOnly'"
  • Method Details

    • getPhase

      BigInteger getPhase()
      Returns the value of the 'Phase' attribute.

      If the meaning of the 'Phase' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Phase' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" required="true" extendedMetaData="kind='attribute' name='phase' namespace='##targetNamespace'"
    • setPhase

      void setPhase(BigInteger value)
      Sets the value of the 'Phase' attribute.
      Parameters:
      value - the new value of the 'Phase' attribute.
      See Also:
      Generated class or method.