Interface SlotType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SlotTypeImpl

public interface SlotType extends EObject
A representation of the model object 'Slot Type'.

The following features are supported:

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

    • getInterface

      InterfaceType getInterface()
      Returns the value of the 'Interface' containment reference.

      If the meaning of the 'Interface' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Interface' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" extendedMetaData="kind='element' name='Interface' namespace='##targetNamespace'"
    • setInterface

      void setInterface(InterfaceType value)
      Sets the value of the 'Interface' containment reference.
      Parameters:
      value - the new value of the 'Interface' containment reference.
      See Also:
      Generated class or method.
    • getBinding

      EList<BindType> getBinding()
      Returns the value of the 'Binding' containment reference list. The list contents are of type BindType.

      If the meaning of the 'Binding' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Binding' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" extendedMetaData="kind='element' name='binding' namespace='##targetNamespace'"
    • getBindTarget

      String getBindTarget()
      Returns the value of the 'Bind Target' attribute.

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

      Returns:
      the value of the 'Bind Target' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='bind-target' namespace='##targetNamespace'"
    • setBindTarget

      void setBindTarget(String value)
      Sets the value of the 'Bind Target' attribute.
      Parameters:
      value - the new value of the 'Bind Target' attribute.
      See Also:
      Generated class or method.
    • getId

      String getId()
      Returns the value of the 'Id' attribute.

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

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

      void setId(String value)
      Sets the value of the 'Id' attribute.
      Parameters:
      value - the new value of the 'Id' attribute.
      See Also:
      Generated class or method.
    • getReplicNum

      int getReplicNum()
      Returns the value of the 'Replic Num' attribute.

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

      Returns:
      the value of the 'Replic Num' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='attribute' name='replic_num' namespace='##targetNamespace'"
    • setReplicNum

      void setReplicNum(int value)
      Sets the value of the 'Replic Num' attribute.
      Parameters:
      value - the new value of the 'Replic Num' attribute.
      See Also:
      Generated class or method.
    • unsetReplicNum

      void unsetReplicNum()
      Unsets the value of the 'Replic Num' attribute.
      See Also:
      Generated class or method.
    • isSetReplicNum

      boolean isSetReplicNum()
      Returns whether the value of the 'Replic Num' attribute is set.
      Returns:
      whether the value of the 'Replic Num' attribute is set.
      See Also:
      Generated class or method.