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

All Superinterfaces:
AtomicStmt, dUtyExpr, dUtyExprs, EObject, Generic, InOutName, InOutNameList, NamedStmt, Notifier, QName, UtyAction, UtyExpr
All Known Implementing Classes:
NameImpl

public interface Name
extends QName

A representation of the model object 'Name'.

The following features are supported:

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

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.QName
getExprs, getT10, getT24, getT5, getT6, setExprs, setT10, setT24, setT5, setT6
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.InOutName
getNames
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.Generic
getT, getT23, setT, setT23
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.UtyExpr
getName, getOp, getT2, getT4, getT7, getType, setName, setOp, setT2, setT4, setT7, setType
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.dUtyExpr
getT07, getT13, getT14, setT07, setT13, setT14
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.AtomicStmt
getExpr, getT03, getT06, getT16, setExpr, setT03, setT06, setT16
 
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.getName_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.