Interface ThemeType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference.
      EList<String> getLayerRef()
      Returns the value of the 'Layer Ref' attribute list.
      EList<ThemeType> getTheme()
      Returns the value of the 'Theme' containment reference list.
      void setIdentifier​(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      • 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

      • setIdentifier

        void setIdentifier​(CodeType value)
        Sets the value of the 'Identifier' containment reference.
        Parameters:
        value - the new value of the 'Identifier' containment reference.
        See Also:
        getIdentifier()
      • getTheme

        EList<ThemeType> getTheme()
        Returns the value of the 'Theme' containment reference list. The list contents are of type ThemeType. Metadata describing the child (subordinate) themes of this theme where layers available on this server can be classified
        Returns:
        the value of the 'Theme' containment reference list.
        See Also:
        wmtsv_1Package.getThemeType_Theme()
      • getLayerRef

        EList<String> getLayerRef()
        Returns the value of the 'Layer Ref' attribute list. The list contents are of type String. Reference to layer
        Returns:
        the value of the 'Layer Ref' attribute list.
        See Also:
        wmtsv_1Package.getThemeType_LayerRef()