Interface DimensionSliceType

All Superinterfaces:
DimensionSubsetType, EObject, Notifier
All Known Implementing Classes:
DimensionSliceTypeImpl

public interface DimensionSliceType extends DimensionSubsetType
A representation of the model object 'Dimension Slice Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Slice Point' attribute.
    void
    Sets the value of the 'Slice Point' attribute.

    Methods inherited from interface DimensionSubsetType

    getCRS, getDimension, setCRS, setDimension

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details