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:
CGAccumulator, CGAssertNonNullExp, CGASTCallExp, CGBoolean, CGBoxExp, CGBuiltInIterationCallExp, CGCallable, CGCallExp, CGCastExp, CGCatchExp, CGClass, CGCollectionExp, CGCollectionPart, CGConstant, CGConstantExp, CGConstraint, CGConstructorExp, CGConstructorPart, CGContainmentBody, CGContainmentPart, CGContainmentVisit, CGEcoreClassConstructorExp, CGEcoreDataTypeConstructorExp, CGEcoreOperation, CGEcoreOperationCallExp, CGEcoreOppositePropertyCallExp, CGEcorePropertyCallExp, CGElementId, CGExecutorCompositionProperty, CGExecutorConstructorPart, CGExecutorNavigationProperty, CGExecutorOperation, CGExecutorOperationCallExp, CGExecutorOppositeProperty, CGExecutorOppositePropertyCallExp, CGExecutorProperty, CGExecutorPropertyCallExp, CGExecutorType, CGFinalVariable, CGGuardExp, CGIfExp, CGInteger, CGInvalid, CGIsEqualExp, CGIsInvalidExp, CGIsUndefinedExp, CGIterationCallExp, CGIterator, CGLetExp, CGLibraryIterateCallExp, CGLibraryIterationCallExp, CGLibraryOperation, CGLibraryOperationCallExp, CGLibraryPropertyCallExp, CGLocalVariable, CGModel, CGNavigationCallExp, CGNull, CGNumber, CGOperation, CGOperationCallExp, CGOppositePropertyCallExp, CGPackage, CGParameter, CGProperty, CGPropertyCallExp, CGReal, CGSettableVariable, CGString, CGText, CGTextParameter, CGThrowExp, CGTupleExp, CGTuplePart, CGTuplePartCallExp, CGTypedElement, CGTypeExp, CGTypeId, CGUnboxExp, CGUnlimited, CGValuedElement, CGVariable, CGVariableExp
All Known Implementing Classes:
CGAccumulatorImpl, CGAssertNonNullExpImpl, CGASTCallExpImpl, CGBooleanImpl, CGBoxExpImpl, CGBuiltInIterationCallExpImpl, CGCallableImpl, CGCallExpImpl, CGCastExpImpl, CGCatchExpImpl, CGClassImpl, CGCollectionExpImpl, CGCollectionPartImpl, CGConstantExpImpl, CGConstantImpl, CGConstraintImpl, CGConstructorExpImpl, CGConstructorPartImpl, CGContainmentBodyImpl, CGContainmentPartImpl, CGContainmentVisitImpl, CGEcoreClassConstructorExpImpl, CGEcoreDataTypeConstructorExpImpl, CGEcoreOperationCallExpImpl, CGEcoreOperationImpl, CGEcoreOppositePropertyCallExpImpl, CGEcorePropertyCallExpImpl, CGElementIdImpl, CGExecutorCompositionPropertyImpl, CGExecutorConstructorPartImpl, CGExecutorNavigationPropertyImpl, CGExecutorOperationCallExpImpl, CGExecutorOperationImpl, CGExecutorOppositePropertyCallExpImpl, CGExecutorOppositePropertyImpl, CGExecutorPropertyCallExpImpl, CGExecutorPropertyImpl, CGExecutorTypeImpl, CGFinalVariableImpl, CGGuardExpImpl, CGIfExpImpl, CGIntegerImpl, CGInvalidImpl, CGIsEqualExpImpl, CGIsInvalidExpImpl, CGIsUndefinedExpImpl, CGIterationCallExpImpl, CGIteratorImpl, CGLetExpImpl, CGLibraryIterateCallExpImpl, CGLibraryIterationCallExpImpl, CGLibraryOperationCallExpImpl, CGLibraryOperationImpl, CGLibraryPropertyCallExpImpl, CGLocalVariableImpl, CGModelImpl, CGNamedElementImpl, CGNavigationCallExpImpl, CGNullImpl, CGNumberImpl, CGOperationCallExpImpl, CGOperationImpl, CGOppositePropertyCallExpImpl, CGPackageImpl, CGParameterImpl, CGPropertyCallExpImpl, CGPropertyImpl, CGRealImpl, CGSettableVariableImpl, CGStringImpl, CGTextImpl, CGTextParameterImpl, CGThrowExpImpl, CGTupleExpImpl, CGTuplePartCallExpImpl, CGTuplePartImpl, CGTypedElementImpl, CGTypeExpImpl, CGTypeIdImpl, CGUnboxExpImpl, CGUnlimitedImpl, 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

Method Summary
 Element getAst()
          Returns the value of the 'Ast' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setAst(Element value)
          Sets the value of the 'Ast' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGElement
accept, getChildren, getParent, getPlace, isContext, rewriteAs
 
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

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

getAst

Element getAst()
Returns the value of the 'Ast' attribute.

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

Returns:
the value of the 'Ast' attribute.
See Also:
setAst(Element), CGModelPackage.getCGNamedElement_Ast()
Generated

setAst

void setAst(Element value)
Sets the value of the 'Ast' attribute.

Parameters:
value - the new value of the 'Ast' attribute.
See Also:
getAst()
Generated