de.cau.cs.kieler.quartz.editor.quartz
Interface InterfaceList

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

public interface InterfaceList
extends EObject

A representation of the model object 'Interface List'.

The following features are supported:

See Also:
QuartzPackage.getInterfaceList()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Interface> getInterfaces()
          Returns the value of the 'Interfaces' containment reference list.
 Interface getIntf()
          Returns the value of the 'Intf' containment reference.
 void setIntf(Interface value)
          Sets the value of the 'Intf' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIntf

Interface getIntf()
Returns the value of the 'Intf' containment reference.

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

Returns:
the value of the 'Intf' containment reference.
See Also:
setIntf(Interface), QuartzPackage.getInterfaceList_Intf()
Generated:
This code was automatically generated.
Model element:
containment=true

setIntf

void setIntf(Interface value)
Sets the value of the 'Intf' containment reference.

Parameters:
value - the new value of the 'Intf' containment reference.
See Also:
getIntf()
Generated:
This code was automatically generated.

getInterfaces

EList<Interface> getInterfaces()
Returns the value of the 'Interfaces' containment reference list. The list contents are of type Interface.

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

Returns:
the value of the 'Interfaces' containment reference list.
See Also:
QuartzPackage.getInterfaceList_Interfaces()
Generated:
This code was automatically generated.
Model element:
containment=true