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

All Superinterfaces:
EObject, Notifier, PackagePath, QrzFile
All Known Implementing Classes:
PointedNameImpl

public interface PointedName
extends PackagePath

A representation of the model object 'Pointed Name'.

The following features are supported:

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

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 EList<PointedName> getName()
          Returns the value of the 'Name' containment reference list.
 boolean isAll()
          Returns the value of the 'All' attribute.
 void setAll(boolean value)
          Sets the value of the 'All' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.QrzFile
getImports, getMacros, getModule, setImports, setModule
 
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

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:
setId(String), QuartzPackage.getPointedName_Id()
Generated:
This code was automatically generated.
Model element

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.

getName

EList<PointedName> getName()
Returns the value of the 'Name' containment reference list. The list contents are of type PointedName.

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

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

isAll

boolean isAll()
Returns the value of the 'All' attribute.

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

Returns:
the value of the 'All' attribute.
See Also:
setAll(boolean), QuartzPackage.getPointedName_All()
Generated:
This code was automatically generated.
Model element

setAll

void setAll(boolean value)
Sets the value of the 'All' attribute.

Parameters:
value - the new value of the 'All' attribute.
See Also:
isAll()
Generated:
This code was automatically generated.