Interface ThemesType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    ThemesTypeImpl

    public interface ThemesType
    extends EObject
    A representation of the model object 'Themes Type'.

    The following features are supported:

    See Also:
    wmtsv_1Package.getThemesType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<ThemeType> getTheme()
      Returns the value of the 'Theme' containment reference list.
      • 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 Detail

      • getTheme

        EList<ThemeType> getTheme()
        Returns the value of the 'Theme' containment reference list. The list contents are of type ThemeType. Metadata describing the top-level themes where layers available on this server can be classified.
        Returns:
        the value of the 'Theme' containment reference list.
        See Also:
        wmtsv_1Package.getThemesType_Theme()