net.opengis.wps10
Interface LanguagesType1

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

public interface LanguagesType1
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Languages Type1'.

The following features are supported:

See Also:
Wps10Package.getLanguagesType1()

Method Summary
 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.
 
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

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


Copyright © 1996-2010 Geotools. All Rights Reserved.