Interface DescribeCoverageType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DescribeCoverageTypeImpl

public interface DescribeCoverageType extends EObject
A representation of the model object 'Describe Coverage Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    An extended property of the model which allows client code to specify a base url with this object.
    EList
    Returns the value of the 'Coverage' attribute.
    Extended model properties.
    Returns the value of the 'Service' attribute.
    Returns the value of the 'Version' attribute.
    boolean
    Returns whether the value of the 'Service' attribute is set.
    boolean
    Returns whether the value of the 'Version' attribute is set.
    void
    Sets the value of the 'Base Url' attribute.
    void
    Sets the value of the 'Extended Properties' attribute.
    void
    Sets the value of the 'Service' attribute.
    void
    Sets the value of the 'Version' attribute.
    void
    Unsets the value of the 'Service' attribute.
    void
    Unsets the value of the 'Version' attribute.

    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