Uses of Interface
net.opengis.wps10.LiteralInputType
- 
Packages that use LiteralInputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation 
- 
- 
Uses of LiteralInputType in net.opengis.wps10Methods in net.opengis.wps10 that return LiteralInputType Modifier and Type Method Description LiteralInputTypeWps10Factory. createLiteralInputType()Returns a new object of class 'Literal Input Type'.LiteralInputTypeInputDescriptionType. getLiteralData()Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralInputType Modifier and Type Method Description voidInputDescriptionType. setLiteralData(LiteralInputType value)Sets the value of the 'Literal Data' containment reference.
- 
Uses of LiteralInputType in net.opengis.wps10.implClasses in net.opengis.wps10.impl that implement LiteralInputType Modifier and Type Class Description classLiteralInputTypeImplAn implementation of the model object 'Literal Input Type'.Fields in net.opengis.wps10.impl declared as LiteralInputType Modifier and Type Field Description protected LiteralInputTypeInputDescriptionTypeImpl. literalDataThe cached value of the 'Literal Data' containment reference.Methods in net.opengis.wps10.impl that return LiteralInputType Modifier and Type Method Description LiteralInputTypeWps10FactoryImpl. createLiteralInputType()LiteralInputTypeInputDescriptionTypeImpl. getLiteralData()Methods in net.opengis.wps10.impl with parameters of type LiteralInputType Modifier and Type Method Description NotificationChainInputDescriptionTypeImpl. basicSetLiteralData(LiteralInputType newLiteralData, NotificationChain msgs)voidInputDescriptionTypeImpl. setLiteralData(LiteralInputType newLiteralData)
- 
Uses of LiteralInputType in net.opengis.wps10.utilMethods in net.opengis.wps10.util with parameters of type LiteralInputType Modifier and Type Method Description ObjectWps10Switch. caseLiteralInputType(LiteralInputType object)Returns the result of interpreting the object as an instance of 'Literal Input Type'.booleanWps10Validator. validateLiteralInputType(LiteralInputType literalInputType, DiagnosticChain diagnostics, Map context)
- 
Uses of LiteralInputType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type LiteralInputType Modifier and Type Method Description booleanInputDescriptionTypeValidator. validateLiteralData(LiteralInputType value)
 
-