Package org.n52.shetland.ogc.swes
Class SwesExtension<T>
- java.lang.Object
-
- org.n52.shetland.ogc.ows.extension.AbstractExtension<T>
-
- org.n52.shetland.ogc.swes.SwesExtension<T>
-
- All Implemented Interfaces:
Extension<T>
public class SwesExtension<T> extends AbstractExtension<T>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SwesExtension()SwesExtension(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()TgetValue()SwesExtension<T>setValue(T value)StringtoString()-
Methods inherited from class org.n52.shetland.ogc.ows.extension.AbstractExtension
getDefinition, getIdentifier, setDefinition, setIdentifier, setNamespace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.extension.Extension
isSetDefinition, isSetIdentifier, isSetNamespace
-
-
-
-
Constructor Detail
-
SwesExtension
public SwesExtension(T value)
-
SwesExtension
public SwesExtension()
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceExtension<T>- Overrides:
getNamespacein classAbstractExtension<T>
-
getValue
public T getValue()
-
setValue
public SwesExtension<T> setValue(T value)
-
-