Package org.n52.shetland.ogc.wps.data
Class InlineBody
- java.lang.Object
-
- org.n52.shetland.ogc.wps.data.Body
-
- org.n52.shetland.ogc.wps.data.InlineBody
-
public class InlineBody extends Body
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description InlineBody(String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineBodyasInline()booleanequals(Object obj)StringgetBody()inthashCode()booleanisInline()StringtoString()-
Methods inherited from class org.n52.shetland.ogc.wps.data.Body
asReferenced, inline, isReferenced, reference, reference
-
-
-
-
Constructor Detail
-
InlineBody
public InlineBody(String body)
-
-
Method Detail
-
asInline
public InlineBody asInline()
-
-