org.eclipse.ocl.examples.xtext.base.baseCST
Interface TypedElementCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
AttributeCS, DefFeatureCS, DefOperationCS, DefPropertyCS, FeatureCS, LibIterationCS, LibOperationCS, LibPropertyCS, OperationCS, ParameterCS, ReferenceCS, StructuralFeatureCS, TuplePartCS
All Known Implementing Classes:
AttributeCSImpl, DefFeatureCSImpl, DefOperationCSImpl, DefPropertyCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl, OperationCSImpl, ParameterCSImpl, ReferenceCSImpl, StructuralFeatureCSImpl, TuplePartCSImpl, TypedElementCSImpl

public interface TypedElementCS
extends NamedElementCS

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

The following features are supported:

See Also:
BaseCSTPackage.getTypedElementCS()
Generated
Model
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<ConstraintCS> getOwnedConstraint()
          Returns the value of the 'Owned Constraint' containment reference list.
 TypedRefCS getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 org.eclipse.emf.common.util.EList<java.lang.String> getQualifier()
          Returns the value of the 'Qualifier' attribute list.
 void setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
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

getOwnedType

TypedRefCS getOwnedType()
Returns the value of the 'Owned Type' containment reference.

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

Returns:
the value of the 'Owned Type' containment reference.
See Also:
setOwnedType(TypedRefCS), BaseCSTPackage.getTypedElementCS_OwnedType()
Generated
Model
containment="true"

setOwnedType

void setOwnedType(TypedRefCS value)
Sets the value of the 'Owned Type' containment reference.

Parameters:
value - the new value of the 'Owned Type' containment reference.
See Also:
getOwnedType()
Generated

getOwnedConstraint

org.eclipse.emf.common.util.EList<ConstraintCS> getOwnedConstraint()
Returns the value of the 'Owned Constraint' containment reference list. The list contents are of type ConstraintCS.

If the meaning of the 'Owned Constraint' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Constraint' containment reference list.
See Also:
BaseCSTPackage.getTypedElementCS_OwnedConstraint()
Generated
Model
containment="true"

getQualifier

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

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

Returns:
the value of the 'Qualifier' attribute list.
See Also:
BaseCSTPackage.getTypedElementCS_Qualifier()
Generated
Model