org.eclipse.gmt.umlx.km3.cst
Interface ClassCS

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

public interface ClassCS
extends ClassifierCS

A representation of the model object 'Class CS'.

The following features are supported:

See Also:
KM3CSTPackage.getClassCS()

Method Summary
 org.eclipse.emf.common.util.EList<AttributeCS> getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 org.eclipse.emf.common.util.EList<ReferenceCS> getReferences()
          Returns the value of the 'References' containment reference list.
 org.eclipse.emf.common.util.EList<IdentifiersCS> getSupertypes()
          Returns the value of the 'Supertypes' containment reference list.
 boolean isAbstract()
          Returns the value of the 'Abstract' attribute.
 void setAbstract(boolean value)
          Sets the value of the 'Abstract' attribute.
 
Methods inherited from interface org.eclipse.gmt.umlx.km3.cst.IdentifiedElementCS
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.gmt.umlx.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

isAbstract

boolean isAbstract()
Returns the value of the 'Abstract' attribute.

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

Returns:
the value of the 'Abstract' attribute.
See Also:
setAbstract(boolean), KM3CSTPackage.getClassCS_Abstract()

setAbstract

void setAbstract(boolean value)
Sets the value of the 'Abstract' attribute.

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
isAbstract()

getAttributes

org.eclipse.emf.common.util.EList<AttributeCS> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type AttributeCS.

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

Returns:
the value of the 'Attributes' containment reference list.
See Also:
KM3CSTPackage.getClassCS_Attributes()

getReferences

org.eclipse.emf.common.util.EList<ReferenceCS> getReferences()
Returns the value of the 'References' containment reference list. The list contents are of type ReferenceCS.

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

Returns:
the value of the 'References' containment reference list.
See Also:
KM3CSTPackage.getClassCS_References()

getSupertypes

org.eclipse.emf.common.util.EList<IdentifiersCS> getSupertypes()
Returns the value of the 'Supertypes' containment reference list. The list contents are of type IdentifiersCS.

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

Returns:
the value of the 'Supertypes' containment reference list.
See Also:
KM3CSTPackage.getClassCS_Supertypes()