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

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

public interface Interface
extends EObject

A representation of the model object 'Interface'.

The following features are supported:

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

Method Summary
 InOutNameList getNames()
          Returns the value of the 'Names' containment reference.
 QType getType()
          Returns the value of the 'Type' containment reference.
 void setNames(InOutNameList value)
          Sets the value of the 'Names' containment reference.
 void setType(QType value)
          Sets the value of the 'Type' 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

getType

QType getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(QType), QuartzPackage.getInterface_Type()
Generated:
This code was automatically generated.
Model element:
containment=true

setType

void setType(QType value)
Sets the value of the 'Type' containment reference.

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

getNames

InOutNameList getNames()
Returns the value of the 'Names' containment reference.

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

Returns:
the value of the 'Names' containment reference.
See Also:
setNames(InOutNameList), QuartzPackage.getInterface_Names()
Generated:
This code was automatically generated.
Model element:
containment=true

setNames

void setNames(InOutNameList value)
Sets the value of the 'Names' containment reference.

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