net.opengis.wps10
Interface DefaultType2

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

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

A representation of the model object 'Default Type2'.

The following features are supported:

See Also:
Wps10Package.getDefaultType2()

Method Summary
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 
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

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute. Identifier of the default language supported by the service. This language identifier shall be as specified in IETF RFC 4646.

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), Wps10Package.getDefaultType2_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()


Copyright © 1996-2010 Geotools. All Rights Reserved.