net.opengis.ows10
Interface DCPType

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

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

A representation of the model object 'DCP Type'.

The following features are supported:

See Also:
Ows10Package.getDCPType()

Method Summary
 HTTPType getHTTP()
          Returns the value of the 'HTTP' containment reference.
 void setHTTP(HTTPType value)
          Sets the value of the 'HTTP' 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

getHTTP

HTTPType getHTTP()
Returns the value of the 'HTTP' containment reference.

If the meaning of the 'HTTP' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'HTTP' containment reference.
See Also:
setHTTP(HTTPType), Ows10Package.getDCPType_HTTP()

setHTTP

void setHTTP(HTTPType value)
Sets the value of the 'HTTP' containment reference.

Parameters:
value - the new value of the 'HTTP' containment reference.
See Also:
getHTTP()


Copyright © 1996-2010 Geotools. All Rights Reserved.