org.eclipse.ocl.examples.codegen.cgmodel
Interface CGNamedElement

All Superinterfaces:
CGElement, org.eclipse.emf.ecore.EObject, Nameable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CGBoolean, CGBoxExp, CGBuiltInIterationCallExp, CGCallExp, CGCastParameter, CGCatchExp, CGClass, CGCollectionExp, CGCollectionPart, CGConstant, CGConstantExp, CGConstraint, CGConstructorExp, CGConstructorPart, CGEcoreClassConstructorExp, CGEcoreDataTypeConstructorExp, CGEcoreOperationCallExp, CGEcorePropertyCallExp, CGElementId, CGEqualsExp, CGExecutorCompositionProperty, CGExecutorConstructorPart, CGExecutorNavigationProperty, CGExecutorOperation, CGExecutorOperationCallExp, CGExecutorOppositeProperty, CGExecutorProperty, CGExecutorPropertyCallExp, CGExecutorType, CGFinalVariable, CGGuardExp, CGIfExp, CGInfinity, CGInteger, CGInvalid, CGIsInvalidExp, CGIsUndefinedExp, CGIterationCallExp, CGIterator, CGLetExp, CGLibraryIterateCallExp, CGLibraryIterationCallExp, CGLibraryOperationCallExp, CGLibraryPropertyCallExp, CGLocalVariable, CGModel, CGNull, CGOperation, CGOperationCallExp, CGPackage, CGParameter, CGProperty, CGPropertyCallExp, CGReal, CGSettableVariable, CGString, CGText, CGTextParameter, CGThrowExp, CGTupleExp, CGTuplePart, CGTuplePartCallExp, CGTypedElement, CGTypeExp, CGTypeId, CGUnboxExp, CGValuedElement, CGVariable, CGVariableExp
All Known Implementing Classes:
CGBooleanImpl, CGBoxExpImpl, CGBuiltInIterationCallExpImpl, CGCallExpImpl, CGCastParameterImpl, CGCatchExpImpl, CGClassImpl, CGCollectionExpImpl, CGCollectionPartImpl, CGConstantExpImpl, CGConstantImpl, CGConstraintImpl, CGConstructorExpImpl, CGConstructorPartImpl, CGEcoreClassConstructorExpImpl, CGEcoreDataTypeConstructorExpImpl, CGEcoreOperationCallExpImpl, CGEcorePropertyCallExpImpl, CGElementIdImpl, CGEqualsExpImpl, CGExecutorCompositionPropertyImpl, CGExecutorConstructorPartImpl, CGExecutorNavigationPropertyImpl, CGExecutorOperationCallExpImpl, CGExecutorOperationImpl, CGExecutorOppositePropertyImpl, CGExecutorPropertyCallExpImpl, CGExecutorPropertyImpl, CGExecutorTypeImpl, CGFinalVariableImpl, CGGuardExpImpl, CGIfExpImpl, CGInfinityImpl, CGIntegerImpl, CGInvalidImpl, CGIsInvalidExpImpl, CGIsUndefinedExpImpl, CGIterationCallExpImpl, CGIteratorImpl, CGLetExpImpl, CGLibraryIterateCallExpImpl, CGLibraryIterationCallExpImpl, CGLibraryOperationCallExpImpl, CGLibraryPropertyCallExpImpl, CGLocalVariableImpl, CGModelImpl, CGNamedElementImpl, CGNullImpl, CGOperationCallExpImpl, CGOperationImpl, CGPackageImpl, CGParameterImpl, CGPropertyCallExpImpl, CGPropertyImpl, CGRealImpl, CGSettableVariableImpl, CGStringImpl, CGTextImpl, CGTextParameterImpl, CGThrowExpImpl, CGTupleExpImpl, CGTuplePartCallExpImpl, CGTuplePartImpl, CGTypedElementImpl, CGTypeExpImpl, CGTypeIdImpl, CGUnboxExpImpl, CGValuedElementImpl, CGVariableExpImpl, CGVariableImpl

public interface CGNamedElement
extends CGElement, Nameable

A representation of the model object 'CG Named Element'.

The following features are supported:

See Also:
CGModelPackage.getCGNamedElement()
Generated
Model
abstract="true" superTypes="org.eclipse.ocl.examples.codegen.cgmodel.CGElement org.eclipse.ocl.examples.codegen.cgmodel.Nameable"

Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGElement
EMPTY_LIST
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 NamedElement getPivot()
          Returns the value of the 'Pivot' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setPivot(NamedElement value)
          Sets the value of the 'Pivot' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGElement
accept, getChildren, getParent
 
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

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface Nameable
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CGModelPackage.getCGNamedElement_Name()
Generated
Model
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getPivot

NamedElement getPivot()
Returns the value of the 'Pivot' attribute.

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

Returns:
the value of the 'Pivot' attribute.
See Also:
setPivot(NamedElement), CGModelPackage.getCGNamedElement_Pivot()
Generated
Model
dataType="org.eclipse.ocl.examples.codegen.cgmodel.NamedElement" required="true"

setPivot

void setPivot(NamedElement value)
Sets the value of the 'Pivot' attribute.

Parameters:
value - the new value of the 'Pivot' attribute.
See Also:
getPivot()
Generated