org.eclipse.ocl.examples.pivot
Interface Detail

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

Method Summary
 java.util.List<java.lang.String> getValue()
          Returns the value of the 'Value' attribute list.
 
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
 

Method Detail

getValue

java.util.List<java.lang.String> getValue()
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