org.eclipse.ocl.examples.pivot
Interface Feature

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MonikeredElement, MultiplicityElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, TypedElement, TypedMultiplicityElement, Visitable
All Known Subinterfaces:
Iteration, Operation, Property
All Known Implementing Classes:
FeatureImpl, IterationImpl, OperationImpl, PropertyImpl

public interface Feature
extends TypedMultiplicityElement

A representation of the model object 'Feature'.

The following features are supported:

See Also:
PivotPackage.getFeature()
Generated
Model
abstract="true"

Method Summary
 CallableImplementation getImplementation()
          Returns the value of the 'Implementation' attribute.
 java.lang.String getImplementationClass()
          Returns the value of the 'Implementation Class' attribute.
 void setImplementation(CallableImplementation value)
          Sets the value of the 'Implementation' attribute.
 void setImplementationClass(java.lang.String value)
          Sets the value of the 'Implementation Class' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MultiplicityElement
getLower, getUpper, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lowerBound, setIsOrdered, setIsUnique, setLower, setUpper, upperBound, validateLowerGe0, validateUpperGeLower
 

Method Detail

getImplementationClass

java.lang.String getImplementationClass()
Returns the value of the 'Implementation Class' attribute.

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

Returns:
the value of the 'Implementation Class' attribute.
See Also:
setImplementationClass(String), PivotPackage.getFeature_ImplementationClass()
Generated
Model
dataType="org.eclipse.ocl.examples.pivot.String" ordered="false"

setImplementationClass

void setImplementationClass(java.lang.String value)
Sets the value of the 'Implementation Class' attribute.

Parameters:
value - the new value of the 'Implementation Class' attribute.
See Also:
getImplementationClass()
Generated

getImplementation

CallableImplementation getImplementation()
Returns the value of the 'Implementation' attribute.

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

Returns:
the value of the 'Implementation' attribute.
See Also:
setImplementation(CallableImplementation), PivotPackage.getFeature_Implementation()
Generated
Model
dataType="org.eclipse.ocl.examples.pivot.CallableImplementation" transient="true" ordered="false"

setImplementation

void setImplementation(CallableImplementation value)
Sets the value of the 'Implementation' attribute.

Parameters:
value - the new value of the 'Implementation' attribute.
See Also:
getImplementation()
Generated