org.eclipse.ocl.examples.pivot
Interface Detail

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MonikeredElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
DetailImpl

public interface Detail
extends NamedElement

A representation of the model object 'Detail'.

The following features are supported:

See Also:
PivotPackage.getDetail()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<java.lang.String> getValues()
          Returns the value of the 'Value' attribute list.
 
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
 

Method Detail

getValues

org.eclipse.emf.common.util.EList<java.lang.String> getValues()
Returns the value of the 'Value' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Value' attribute list.
See Also:
PivotPackage.getDetail_Value()
Generated
Model
dataType="org.eclipse.ocl.examples.pivot.String" required="true" ordered="false"