public interface ClassCS
A representation of the model object 'Class CS'.
The following features are supported:
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.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 |
---|
boolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean)
,
KM3CSTPackage.getClassCS_Abstract()
void setAbstract(boolean value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.isAbstract()
org.eclipse.emf.common.util.EList<AttributeCS> getAttributes()
AttributeCS
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
KM3CSTPackage.getClassCS_Attributes()
org.eclipse.emf.common.util.EList<ReferenceCS> getReferences()
ReferenceCS
.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
KM3CSTPackage.getClassCS_References()
org.eclipse.emf.common.util.EList<IdentifiersCS> getSupertypes()
IdentifiersCS
.
If the meaning of the 'Supertypes' containment reference list isn't clear, there really should be more of a description here...
KM3CSTPackage.getClassCS_Supertypes()