Uses of Interface
net.opengis.wps20.LiteralDataType
-
Packages that use LiteralDataType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of LiteralDataType in net.opengis.wps20
Methods in net.opengis.wps20 that return LiteralDataType Modifier and Type Method Description LiteralDataTypeWps20Factory. createLiteralDataType()Returns a new object of class 'Literal Data Type'.LiteralDataTypeDocumentRoot. getLiteralData()Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps20 with parameters of type LiteralDataType Modifier and Type Method Description voidDocumentRoot. setLiteralData(LiteralDataType value)Sets the value of the 'Literal Data' containment reference. -
Uses of LiteralDataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement LiteralDataType Modifier and Type Class Description classLiteralDataTypeImplAn implementation of the model object 'Literal Data Type'.Methods in net.opengis.wps20.impl that return LiteralDataType Modifier and Type Method Description LiteralDataTypeWps20FactoryImpl. createLiteralDataType()LiteralDataTypeDocumentRootImpl. getLiteralData()Methods in net.opengis.wps20.impl with parameters of type LiteralDataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLiteralData(LiteralDataType newLiteralData, NotificationChain msgs)voidDocumentRootImpl. setLiteralData(LiteralDataType newLiteralData) -
Uses of LiteralDataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type LiteralDataType Modifier and Type Method Description TWps20Switch. caseLiteralDataType(LiteralDataType object)Returns the result of interpreting the object as an instance of 'Literal Data Type'.booleanWps20Validator. validateLiteralDataType(LiteralDataType literalDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-