org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
Interface LibClassCS

All Superinterfaces:
ClassCS, 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:
LibClassCSImpl

public interface LibClassCS
extends ClassCS

A representation of the model object 'Lib Class CS'.

The following features are supported:

See Also:
OCLstdlibCSPackage.getLibClassCS()
Generated
Model

Method Summary
 MetaTypeName getMetaTypeName()
          Returns the value of the 'Meta Type Name' reference.
 void setMetaTypeName(MetaTypeName value)
          Sets the value of the 'Meta Type Name' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ClassCS
getOwnedMetaType, getOwnedOperation, getOwnedProperty, getOwnedSuperType, isSetOwnedSuperType, setOwnedMetaType, unsetOwnedSuperType
 
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

getMetaTypeName

MetaTypeName getMetaTypeName()
Returns the value of the 'Meta Type Name' reference.

If the meaning of the 'Meta Type Name' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Type Name' reference.
See Also:
setMetaTypeName(MetaTypeName), OCLstdlibCSPackage.getLibClassCS_MetaTypeName()
Generated
Model
transient="true"

setMetaTypeName

void setMetaTypeName(MetaTypeName value)
Sets the value of the 'Meta Type Name' reference.

Parameters:
value - the new value of the 'Meta Type Name' reference.
See Also:
getMetaTypeName()
Generated