Interface OutputEntryDistributionType

    • Method Detail

      • 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:
        setPhase(BigInteger), LqnPackage.getOutputEntryDistributionType_Phase()
        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:
        getPhase()
        Generated class or method.