Interface FanOutType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    FanOutTypeImpl

    public interface FanOutType
    extends EObject
    A representation of the model object 'Fan Out Type'.

    The following features are supported:

    See Also:
    LqnPackage.getFanOutType()
    Generated class or method.
    EMF model class or method.
    extendedMetaData="name='FanOutType' kind='empty'"
    • Method Detail

      • getDest

        String getDest()
        Returns the value of the 'Dest' attribute.

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

        Returns:
        the value of the 'Dest' attribute.
        See Also:
        setDest(String), LqnPackage.getFanOutType_Dest()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='dest' namespace='##targetNamespace'"
      • setDest

        void setDest​(String value)
        Sets the value of the 'Dest' attribute.
        Parameters:
        value - the new value of the 'Dest' attribute.
        See Also:
        getDest()
        Generated class or method.
      • getValue

        BigInteger getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(BigInteger), LqnPackage.getFanOutType_Value()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" required="true" extendedMetaData="kind='attribute' name='value' namespace='##targetNamespace'"
      • setValue

        void setValue​(BigInteger value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated class or method.