Package net.opengis.wps10
Interface LanguagesType1
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LanguagesType1Impl
public interface LanguagesType1
extends EObject
A representation of the model object 'Languages Type1'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default' containment reference.Returns the value of the 'Supported' containment reference.void
setDefault
(DefaultType2 value) Sets the value of the 'Default
' containment reference.void
setSupported
(LanguagesType value) Sets the value of the 'Supported
' 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
-
getDefault
DefaultType2 getDefault()Returns the value of the 'Default' containment reference. Identifies the default language that will be used unless the operation request specifies another supported language.- Returns:
- the value of the 'Default' containment reference.
- See Also:
-
setDefault
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
-
getSupported
LanguagesType getSupported()Returns the value of the 'Supported' containment reference. Unordered list of references to all of the languages supported by this service. The default language shall be included in this list.- Returns:
- the value of the 'Supported' containment reference.
- See Also:
-
setSupported
Sets the value of the 'Supported
' containment reference.- Parameters:
value
- the new value of the 'Supported' containment reference.- See Also:
-