org.eclipse.ocl.examples.xtext.base.basecs
Interface DataTypeCS

All Superinterfaces:
ClassifierCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, NamespaceCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TemplateableElementCS, TypeCS, VisitableCS
All Known Implementing Classes:
DataTypeCSImpl

public interface DataTypeCS
extends ClassifierCS, NamespaceCS

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

The following features are supported:

See Also:
BaseCSPackage.getDataTypeCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> getLiterals()
          Returns the value of the 'Literals' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ClassifierCS
ast, getInstanceClassName, getOwnedConstraint, getOwner, getQualifier, setInstanceClassName, setOwner
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 

Method Detail

getLiterals

org.eclipse.emf.common.util.EList<EnumerationLiteralCS> getLiterals()
Returns the value of the 'Literals' containment reference list. The list contents are of type EnumerationLiteralCS.

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

Returns:
the value of the 'Literals' containment reference list.
See Also:
BaseCSPackage.getDataTypeCS_Literals()
Generated
Model
containment="true"