Class CapabilitiesExtension<T>
- java.lang.Object
-
- org.n52.shetland.ogc.ows.extension.AbstractExtension<T>
-
- org.n52.shetland.ogc.ows.extension.CapabilitiesExtension<T>
-
- All Implemented Interfaces:
Extension<T>
public class CapabilitiesExtension<T> extends AbstractExtension<T>
-
-
Constructor Summary
Constructors Constructor Description CapabilitiesExtension()CapabilitiesExtension(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()Extension<T>setValue(T value)-
Methods inherited from class org.n52.shetland.ogc.ows.extension.AbstractExtension
getDefinition, getIdentifier, getNamespace, setDefinition, setIdentifier, setNamespace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.extension.Extension
isSetDefinition, isSetIdentifier, isSetNamespace
-
-