Package net.opengis.ows10
Interface DCPType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DCPTypeImpl
public interface DCPType extends EObjectA representation of the model object 'DCP Type'.The following features are supported:
- See Also:
Ows10Package.getDCPType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPTypegetHTTP()Returns the value of the 'HTTP' containment reference.voidsetHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.
-
-
-
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()
-
-