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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
AttributeCS, FeatureCS, LibIterationCS, LibOperationCS, LibPropertyCS, OperationCS, ParameterCS, ReferenceCS, StructuralFeatureCS, TuplePartCS
All Known Implementing Classes:
AttributeCSImpl, 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
 int getLower()
          Returns the value of the 'Lower' attribute.
 java.lang.String getMultiplicity()
          Returns the value of the 'Multiplicity' attribute.
 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.
 int getUpper()
          Returns the value of the 'Upper' attribute.
 void setLower(int value)
          Sets the value of the 'Lower' attribute.
 void setMultiplicity(java.lang.String value)
          Sets the value of the 'Multiplicity' attribute.
 void setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void setUpper(int value)
          Sets the value of the 'Upper' attribute.
 
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.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
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

getLower

int getLower()
Returns the value of the 'Lower' attribute. The default value is "1".

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

Returns:
the value of the 'Lower' attribute.
See Also:
setLower(int), BaseCSTPackage.getTypedElementCS_Lower()
Generated
Model
default="1"

setLower

void setLower(int value)
Sets the value of the 'Lower' attribute.

Parameters:
value - the new value of the 'Lower' attribute.
See Also:
getLower()
Generated

getMultiplicity

java.lang.String getMultiplicity()
Returns the value of the 'Multiplicity' attribute.

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

Returns:
the value of the 'Multiplicity' attribute.
See Also:
setMultiplicity(String), BaseCSTPackage.getTypedElementCS_Multiplicity()
Generated
Model

setMultiplicity

void setMultiplicity(java.lang.String value)
Sets the value of the 'Multiplicity' attribute.

Parameters:
value - the new value of the 'Multiplicity' attribute.
See Also:
getMultiplicity()
Generated

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

getUpper

int getUpper()
Returns the value of the 'Upper' attribute. The default value is "1".

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

Returns:
the value of the 'Upper' attribute.
See Also:
setUpper(int), BaseCSTPackage.getTypedElementCS_Upper()
Generated
Model
default="1"

setUpper

void setUpper(int value)
Sets the value of the 'Upper' attribute.

Parameters:
value - the new value of the 'Upper' attribute.
See Also:
getUpper()
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