public interface KeyDeclCS
A representation of the model object 'Key Decl CS'.
The following features are supported:
EqvtrCSTPackage.getKeyDeclCS()
Method Summary | |
---|---|
org.eclipse.ocl.internal.cst.PathNameCS |
getClassId()
Returns the value of the 'Class Id' containment reference. |
org.eclipse.emf.common.util.EList<IdentifiedCS> |
getPropertyId()
Returns the value of the 'Property Id' containment reference list. |
void |
setClassId(org.eclipse.ocl.internal.cst.PathNameCS value)
Sets the value of the ' Class Id ' containment reference. |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
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 |
---|
org.eclipse.ocl.internal.cst.PathNameCS getClassId()
If the meaning of the 'Class Id' containment reference isn't clear, there really should be more of a description here...
setClassId(PathNameCS)
,
EqvtrCSTPackage.getKeyDeclCS_ClassId()
void setClassId(org.eclipse.ocl.internal.cst.PathNameCS value)
Class Id
' containment reference.
value
- the new value of the 'Class Id' containment reference.getClassId()
org.eclipse.emf.common.util.EList<IdentifiedCS> getPropertyId()
IdentifiedCS
.
If the meaning of the 'Property Id' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getKeyDeclCS_PropertyId()