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:
Wps10Package.getLanguagesType1()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultType2
getDefault()
Returns the value of the 'Default' containment reference.LanguagesType
getSupported()
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.
-
-
-
Method Detail
-
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(DefaultType2)
,Wps10Package.getLanguagesType1_Default()
-
setDefault
void setDefault(DefaultType2 value)
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
getDefault()
-
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(LanguagesType)
,Wps10Package.getLanguagesType1_Supported()
-
setSupported
void setSupported(LanguagesType value)
Sets the value of the 'Supported
' containment reference.- Parameters:
value
- the new value of the 'Supported' containment reference.- See Also:
getSupported()
-
-