Interface ThemeType

All Superinterfaces:
DescriptionType, EObject, Notifier
All Known Implementing Classes:
ThemeTypeImpl

public interface ThemeType extends DescriptionType
A representation of the model object 'Theme Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Identifier' containment reference.
    EList<String>
    Returns the value of the 'Layer Ref' attribute list.
    EList<ThemeType>
    Returns the value of the 'Theme' containment reference list.
    void
    Sets the value of the 'Identifier' containment reference.

    Methods inherited from interface DescriptionType

    getAbstract, getKeywords, getTitle

    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

    • getIdentifier

      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference. Name of the theme
      Returns:
      the value of the 'Identifier' containment reference.
      See Also:
    • 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:
    • 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:
    • 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: