org.eclipse.ocl.examples.xtext.base.baseCST
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:
BaseCSTPackage.getStructuralFeatureCS()
Generated
Model
abstract="true"

Method Summary
 java.lang.String getDefault()
          Returns the value of the 'Default' attribute.
 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.baseCST.TypedElementCS
getOwnedConstraint, getOwnedType, getQualifier, setOwnedType
 
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

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), BaseCSTPackage.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), BaseCSTPackage.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