org.eclipse.ocl.examples.pivot
Interface Feature

All Superinterfaces:
DomainElement, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, 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, TuplePartImpl

public interface Feature
extends TypedMultiplicityElement

A representation of the model object 'Feature'.

The following features are supported:

See Also:
PivotPackage.getFeature()
Generated

Method Summary
 LibraryFeature getImplementation()
          Returns the value of the 'Implementation' attribute.
 java.lang.String getImplementationClass()
          Returns the value of the 'Implementation Class' attribute.
 void setImplementation(LibraryFeature 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.TypedMultiplicityElement
CompatibleBody, isMany, makeParameter
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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.domain.elements.DomainTypedElement
getTypeId
 

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

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

LibraryFeature 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(LibraryFeature), PivotPackage.getFeature_Implementation()
Generated

setImplementation

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

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