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

All Superinterfaces:
AssumeList, ControlList, EObject, Notifier
All Known Implementing Classes:
QNameListImpl

public interface QNameList
extends ControlList, AssumeList

A representation of the model object 'QName List'.

The following features are supported:

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

Method Summary
 QName getName()
          Returns the value of the 'Name' containment reference.
 EList<QNameList> getNames()
          Returns the value of the 'Names' containment reference list.
 void setName(QName value)
          Sets the value of the 'Name' 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

getName

QName getName()
Returns the value of the 'Name' containment reference.

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

Returns:
the value of the 'Name' containment reference.
See Also:
setName(QName), QuartzPackage.getQNameList_Name()
Generated:
This code was automatically generated.
Model element:
containment=true

setName

void setName(QName value)
Sets the value of the 'Name' containment reference.

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

getNames

EList<QNameList> getNames()
Returns the value of the 'Names' containment reference list. The list contents are of type QNameList.

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

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