Interface FanInType

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

    public interface FanInType
    extends EObject
    A representation of the model object 'Fan In Type'.

    The following features are supported:

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

      • getSource

        String getSource()
        Returns the value of the 'Source' attribute.

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

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

        void setSource​(String value)
        Sets the value of the 'Source' attribute.
        Parameters:
        value - the new value of the 'Source' attribute.
        See Also:
        getSource()
        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.getFanInType_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.