org.eclipse.gmt.umlx.registry.km3.cst
Interface DataTypeCS

All Superinterfaces:
ClassifierCS, org.eclipse.ocl.internal.cst.CSTNode, ElementCS, org.eclipse.emf.ecore.EObject, IdentifiedElementCS, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EnumerationCS

public interface DataTypeCS
extends ClassifierCS

A representation of the model object 'Data Type CS'.

The following features are supported:

See Also:
KM3CSTPackage.getDataTypeCS()

Method Summary
 IdentifierCS getInstance()
          Returns the value of the 'Instance' containment reference.
 void setInstance(IdentifierCS value)
          Sets the value of the 'Instance' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.IdentifiedElementCS
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.ElementCS
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

getInstance

IdentifierCS getInstance()
Returns the value of the 'Instance' containment reference.

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

Returns:
the value of the 'Instance' containment reference.
See Also:
setInstance(IdentifierCS), KM3CSTPackage.getDataTypeCS_Instance()

setInstance

void setInstance(IdentifierCS value)
Sets the value of the 'Instance' containment reference.

Parameters:
value - the new value of the 'Instance' containment reference.
See Also:
getInstance()