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

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

public interface PackageCS
extends IdentifiedElementCS

A representation of the model object 'Package CS'.

The following features are supported:

See Also:
KM3CSTPackage.getPackageCS()

Method Summary
 org.eclipse.emf.common.util.EList<ClassCS> getClasses()
          Returns the value of the 'Classes' containment reference list.
 org.eclipse.emf.common.util.EList<DataTypeCS> getDataTypes()
          Returns the value of the 'Data Types' containment reference list.
 org.eclipse.emf.common.util.EList<EnumerationCS> getEnumerations()
          Returns the value of the 'Enumerations' containment reference list.
 org.eclipse.emf.common.util.EList<PackageCS> getPackages()
          Returns the value of the 'Packages' containment reference list.
 
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

getClasses

org.eclipse.emf.common.util.EList<ClassCS> getClasses()
Returns the value of the 'Classes' containment reference list. The list contents are of type ClassCS.

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

Returns:
the value of the 'Classes' containment reference list.
See Also:
KM3CSTPackage.getPackageCS_Classes()

getDataTypes

org.eclipse.emf.common.util.EList<DataTypeCS> getDataTypes()
Returns the value of the 'Data Types' containment reference list. The list contents are of type DataTypeCS.

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

Returns:
the value of the 'Data Types' containment reference list.
See Also:
KM3CSTPackage.getPackageCS_DataTypes()

getEnumerations

org.eclipse.emf.common.util.EList<EnumerationCS> getEnumerations()
Returns the value of the 'Enumerations' containment reference list. The list contents are of type EnumerationCS.

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

Returns:
the value of the 'Enumerations' containment reference list.
See Also:
KM3CSTPackage.getPackageCS_Enumerations()

getPackages

org.eclipse.emf.common.util.EList<PackageCS> getPackages()
Returns the value of the 'Packages' containment reference list. The list contents are of type PackageCS.

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

Returns:
the value of the 'Packages' containment reference list.
See Also:
KM3CSTPackage.getPackageCS_Packages()