net.opengis.ows11
Interface KeywordsType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
KeywordsTypeImpl

public interface KeywordsType
extends org.eclipse.emf.ecore.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. If the xml:lang attribute is not included in a Keyword element, then no language is specified for that element unless specified by another means. All Keyword elements in the same Keywords element that share the same xml:lang attribute value represent different keywords in that language. 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:
Ows11Package.getKeywordsType()

Method Summary
 org.eclipse.emf.common.util.EList getKeyword()
          Returns the value of the 'Keyword' containment reference list.
 CodeType getType()
          Returns the value of the 'Type' containment reference.
 void setType(CodeType value)
          Sets the value of the 'Type' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getKeyword

org.eclipse.emf.common.util.EList getKeyword()
Returns the value of the 'Keyword' containment reference list. The list contents are of type LanguageStringType.

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

Returns:
the value of the 'Keyword' containment reference list.
See Also:
Ows11Package.getKeywordsType_Keyword()

getType

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

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(CodeType), Ows11Package.getKeywordsType_Type()

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:
getType()


Copyright © 1996-2010 Geotools. All Rights Reserved.