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

All Superinterfaces:
CGElement, CGNamedElement, org.eclipse.emf.ecore.EObject, Nameable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CGBoolean, CGBoxExp, CGBuiltInIterationCallExp, CGCallExp, CGCastParameter, CGCatchExp, CGCollectionExp, CGCollectionPart, CGConstant, CGConstantExp, 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, CGNull, CGOperation, CGOperationCallExp, CGParameter, CGProperty, CGPropertyCallExp, CGReal, CGSettableVariable, CGString, CGText, CGTextParameter, CGThrowExp, CGTupleExp, CGTuplePart, CGTuplePartCallExp, CGTypeExp, CGTypeId, CGUnboxExp, CGValuedElement, CGVariable, CGVariableExp
All Known Implementing Classes:
CGBooleanImpl, CGBoxExpImpl, CGBuiltInIterationCallExpImpl, CGCallExpImpl, CGCastParameterImpl, CGCatchExpImpl, CGCollectionExpImpl, CGCollectionPartImpl, CGConstantExpImpl, CGConstantImpl, 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, CGNullImpl, CGOperationCallExpImpl, CGOperationImpl, CGParameterImpl, CGPropertyCallExpImpl, CGPropertyImpl, CGRealImpl, CGSettableVariableImpl, CGStringImpl, CGTextImpl, CGTextParameterImpl, CGThrowExpImpl, CGTupleExpImpl, CGTuplePartCallExpImpl, CGTuplePartImpl, CGTypedElementImpl, CGTypeExpImpl, CGTypeIdImpl, CGUnboxExpImpl, CGValuedElementImpl, CGVariableExpImpl, CGVariableImpl

public interface CGTypedElement
extends CGNamedElement

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

The following features are supported:

See Also:
CGModelPackage.getCGTypedElement()
Generated
Model
abstract="true"

Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGElement
EMPTY_LIST
 
Method Summary
 TypeId getPivotTypeId()
          Returns the value of the 'Pivot Type Id' attribute.
 CGTypeId getTypeId()
          Returns the value of the 'Type Id' reference.
 boolean isRequired()
          Returns the value of the 'Required' attribute.
 void setRequired(boolean value)
          Sets the value of the 'Required' attribute.
 void setTypeId(CGTypeId value)
          Sets the value of the 'Type Id' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGNamedElement
getName, getPivot, setName, setPivot
 
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

getPivotTypeId

TypeId getPivotTypeId()
Returns the value of the 'Pivot Type Id' attribute.

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

Returns:
the value of the 'Pivot Type Id' attribute.
See Also:
CGModelPackage.getCGTypedElement_PivotTypeId()
Generated
Model
dataType="org.eclipse.ocl.examples.codegen.cgmodel.TypeId" required="true" transient="true" changeable="false" volatile="true" derived="true"

getTypeId

CGTypeId getTypeId()
Returns the value of the 'Type Id' reference.

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

Returns:
the value of the 'Type Id' reference.
See Also:
setTypeId(CGTypeId), CGModelPackage.getCGTypedElement_TypeId()
Generated
Model
resolveProxies="false" required="true"

setTypeId

void setTypeId(CGTypeId value)
Sets the value of the 'Type Id' reference.

Parameters:
value - the new value of the 'Type Id' reference.
See Also:
getTypeId()
Generated

isRequired

boolean isRequired()
Returns the value of the 'Required' attribute. The default value is "false".

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

Returns:
the value of the 'Required' attribute.
See Also:
setRequired(boolean), CGModelPackage.getCGTypedElement_Required()
Generated
Model
default="false" required="true"

setRequired

void setRequired(boolean value)
Sets the value of the 'Required' attribute.

Parameters:
value - the new value of the 'Required' attribute.
See Also:
isRequired()
Generated