Uses of Interface
net.opengis.wps10.LiteralDataType
-
Packages that use LiteralDataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LiteralDataType in net.opengis.wps10
Methods in net.opengis.wps10 that return LiteralDataType Modifier and Type Method Description LiteralDataTypeWps10Factory. createLiteralDataType()Returns a new object of class 'Literal Data Type'.LiteralDataTypeDataType. getLiteralData()Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralDataType Modifier and Type Method Description voidDataType. setLiteralData(LiteralDataType value)Sets the value of the 'Literal Data' containment reference. -
Uses of LiteralDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralDataType Modifier and Type Class Description classLiteralDataTypeImplAn implementation of the model object 'Literal Data Type'.Fields in net.opengis.wps10.impl declared as LiteralDataType Modifier and Type Field Description protected LiteralDataTypeDataTypeImpl. literalDataThe cached value of the 'Literal Data' containment reference.Methods in net.opengis.wps10.impl that return LiteralDataType Modifier and Type Method Description LiteralDataTypeWps10FactoryImpl. createLiteralDataType()LiteralDataTypeDataTypeImpl. getLiteralData()Methods in net.opengis.wps10.impl with parameters of type LiteralDataType Modifier and Type Method Description NotificationChainDataTypeImpl. basicSetLiteralData(LiteralDataType newLiteralData, NotificationChain msgs)voidDataTypeImpl. setLiteralData(LiteralDataType newLiteralData) -
Uses of LiteralDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralDataType Modifier and Type Method Description ObjectWps10Switch. caseLiteralDataType(LiteralDataType object)Returns the result of interpreting the object as an instance of 'Literal Data Type'.booleanWps10Validator. validateLiteralDataType(LiteralDataType literalDataType, DiagnosticChain diagnostics, Map context) -
Uses of LiteralDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralDataType Modifier and Type Method Description booleanDataTypeValidator. validateLiteralData(LiteralDataType value)
-