org.eclipse.ocl.examples.xtext.base.basecs
Interface StructuralFeatureCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TypedElementCS, VisitableCS
All Known Subinterfaces:
AttributeCS, LibPropertyCS, ReferenceCS
All Known Implementing Classes:
AttributeCSImpl, LibPropertyCSImpl, ReferenceCSImpl, StructuralFeatureCSImpl

public interface StructuralFeatureCS
extends FeatureCS

A representation of the model object 'Structural Feature CS'.

The following features are supported:

See Also:
BaseCSPackage.getStructuralFeatureCS()
Generated
Model
abstract="true"

Method Summary
 Property ast()
           
 java.lang.String getDefault()
          Returns the value of the 'Default' attribute.
 org.eclipse.emf.common.util.EList<SpecificationCS> getOwnedDefaultExpression()
          Returns the value of the 'Owned Default Expression' containment reference list.
 ClassCS getOwner()
          Returns the value of the 'Owner' container reference.
 void setDefault(java.lang.String value)
          Sets the value of the 'Default' attribute.
 void setOwner(ClassCS value)
          Sets the value of the 'Owner' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedElementCS
getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
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

getOwner

ClassCS getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Owned Property'.

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

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(ClassCS), BaseCSPackage.getStructuralFeatureCS_Owner(), ClassCS.getOwnedProperty()
Generated
Model
opposite="ownedProperty" transient="false"

setOwner

void setOwner(ClassCS value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()
Generated

getDefault

java.lang.String getDefault()
Returns the value of the 'Default' attribute.

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

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(String), BaseCSPackage.getStructuralFeatureCS_Default()
Generated
Model

setDefault

void setDefault(java.lang.String value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
getDefault()
Generated

getOwnedDefaultExpression

org.eclipse.emf.common.util.EList<SpecificationCS> getOwnedDefaultExpression()
Returns the value of the 'Owned Default Expression' containment reference list. The list contents are of type SpecificationCS.

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

Returns:
the value of the 'Owned Default Expression' containment reference list.
See Also:
BaseCSPackage.getStructuralFeatureCS_OwnedDefaultExpression()
Generated
Model
containment="true"

ast

Property ast()

Generated
Model
required="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='ocl::Property{\n\t\t\t\t-- TODO\n\t\t\t\tname = name\n\t\t\t}'"