org.eclipse.gmt.umlx.eqvtr.cst
Interface ObjectTemplateCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCS, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.internal.cst.OCLExpressionCS, TemplateCS, TemplateVariableCS

public interface ObjectTemplateCS
extends TemplateCS

A representation of the model object 'Object Template CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getObjectTemplateCS()

Method Summary
 org.eclipse.emf.common.util.EList<PropertyTemplateCS> getPropertyTemplate()
          Returns the value of the 'Property Template' containment reference list.
 org.eclipse.emf.ecore.EClass getReferredClass()
          Returns the value of the 'Referred Class' reference.
 void setReferredClass(org.eclipse.emf.ecore.EClass value)
          Sets the value of the 'Referred Class' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.TemplateVariableCS
getType, setType
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.IdentifiedCS
getIdentifier, setIdentifier
 
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

getPropertyTemplate

org.eclipse.emf.common.util.EList<PropertyTemplateCS> getPropertyTemplate()
Returns the value of the 'Property Template' containment reference list. The list contents are of type PropertyTemplateCS.

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

Returns:
the value of the 'Property Template' containment reference list.
See Also:
EqvtrCSTPackage.getObjectTemplateCS_PropertyTemplate()

getReferredClass

org.eclipse.emf.ecore.EClass getReferredClass()
Returns the value of the 'Referred Class' reference.

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

Returns:
the value of the 'Referred Class' reference.
See Also:
setReferredClass(EClass), EqvtrCSTPackage.getObjectTemplateCS_ReferredClass()

setReferredClass

void setReferredClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the 'Referred Class' reference.

Parameters:
value - the new value of the 'Referred Class' reference.
See Also:
getReferredClass()