Package net.opengis.wcs10
Interface GetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetTypeImpl
public interface GetType
extends EObject
A representation of the model object 'Get Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Online Resource' containment reference.void
Sets the value of the 'Online Resource
' 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
-
getOnlineResource
OnlineResourceType getOnlineResource()Returns the value of the 'Online Resource' containment reference.If the meaning of the 'Online Resource' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Online Resource' containment reference.
- See Also:
-
setOnlineResource
Sets the value of the 'Online Resource
' containment reference.- Parameters:
value
- the new value of the 'Online Resource' containment reference.- See Also:
-