Uses of Interface
net.opengis.wps20.LiteralValueType
-
Packages that use LiteralValueType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of LiteralValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return LiteralValueType Modifier and Type Method Description LiteralValueTypeWps20Factory. createLiteralValueType()Returns a new object of class 'Literal Value Type'.LiteralValueTypeDocumentRoot. getLiteralValue()Returns the value of the 'Literal Value' containment reference.Methods in net.opengis.wps20 with parameters of type LiteralValueType Modifier and Type Method Description voidDocumentRoot. setLiteralValue(LiteralValueType value)Sets the value of the 'Literal Value' containment reference. -
Uses of LiteralValueType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement LiteralValueType Modifier and Type Class Description classLiteralValueTypeImplAn implementation of the model object 'Literal Value Type'.Methods in net.opengis.wps20.impl that return LiteralValueType Modifier and Type Method Description LiteralValueTypeWps20FactoryImpl. createLiteralValueType()LiteralValueTypeDocumentRootImpl. getLiteralValue()Methods in net.opengis.wps20.impl with parameters of type LiteralValueType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLiteralValue(LiteralValueType newLiteralValue, NotificationChain msgs)voidDocumentRootImpl. setLiteralValue(LiteralValueType newLiteralValue) -
Uses of LiteralValueType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type LiteralValueType Modifier and Type Method Description TWps20Switch. caseLiteralValueType(LiteralValueType object)Returns the result of interpreting the object as an instance of 'Literal Value Type'.booleanWps20Validator. validateLiteralValueType(LiteralValueType literalValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-