Interface KeywordsType

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

public interface KeywordsType extends EObject
A representation of the model object 'Keywords Type'. Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus. For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList<String>
    Returns the value of the 'Keyword' attribute list.
    Returns the value of the 'Type' containment reference.
    void
    Sets the value of the 'Type' 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 Details

    • getKeyword

      EList<String> getKeyword()
      Returns the value of the 'Keyword' attribute list. The list contents are of type String.

      If the meaning of the 'Keyword' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Keyword' attribute list.
      See Also:
    • getType

      CodeType getType()
      Returns the value of the 'Type' containment reference.

      If the meaning of the 'Type' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Type' containment reference.
      See Also:
    • setType

      void setType(CodeType value)
      Sets the value of the 'Type' containment reference.
      Parameters:
      value - the new value of the 'Type' containment reference.
      See Also: