org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface StringLiteralExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, LiteralExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, PrimitiveLiteralExpCS, VisitableCS
All Known Implementing Classes:
StringLiteralExpCSImpl

public interface StringLiteralExpCS
extends PrimitiveLiteralExpCS

A representation of the model object 'String Literal Exp CS'.

The following features are supported:

See Also:
EssentialOCLCSTPackage.getStringLiteralExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<java.lang.String> getName()
          Returns the value of the 'Name' attribute list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

org.eclipse.emf.common.util.EList<java.lang.String> getName()
Returns the value of the 'Name' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Name' attribute list.
See Also:
EssentialOCLCSTPackage.getStringLiteralExpCS_Name()
Generated
Model
unique="false"