Package net.opengis.wcs10
Interface PostType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
PostTypeImpl
public interface PostType
extends EObject
A representation of the model object 'Post Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Online Resource' containment reference.voidSets 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, eUnsetMethods 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:
-