Uses of Interface
net.opengis.wps10.LiteralOutputType
-
Packages that use LiteralOutputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LiteralOutputType in net.opengis.wps10
Subinterfaces of LiteralOutputType in net.opengis.wps10 Modifier and Type Interface Description interfaceLiteralInputTypeA representation of the model object 'Literal Input Type'.Methods in net.opengis.wps10 that return LiteralOutputType Modifier and Type Method Description LiteralOutputTypeWps10Factory. createLiteralOutputType()Returns a new object of class 'Literal Output Type'.LiteralOutputTypeOutputDescriptionType. getLiteralOutput()Returns the value of the 'Literal Output' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralOutputType Modifier and Type Method Description voidOutputDescriptionType. setLiteralOutput(LiteralOutputType value)Sets the value of the 'Literal Output' containment reference. -
Uses of LiteralOutputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralOutputType Modifier and Type Class Description classLiteralInputTypeImplAn implementation of the model object 'Literal Input Type'.classLiteralOutputTypeImplAn implementation of the model object 'Literal Output Type'.Fields in net.opengis.wps10.impl declared as LiteralOutputType Modifier and Type Field Description protected LiteralOutputTypeOutputDescriptionTypeImpl. literalOutputThe cached value of the 'Literal Output' containment reference.Methods in net.opengis.wps10.impl that return LiteralOutputType Modifier and Type Method Description LiteralOutputTypeWps10FactoryImpl. createLiteralOutputType()LiteralOutputTypeOutputDescriptionTypeImpl. getLiteralOutput()Methods in net.opengis.wps10.impl with parameters of type LiteralOutputType Modifier and Type Method Description NotificationChainOutputDescriptionTypeImpl. basicSetLiteralOutput(LiteralOutputType newLiteralOutput, NotificationChain msgs)voidOutputDescriptionTypeImpl. setLiteralOutput(LiteralOutputType newLiteralOutput) -
Uses of LiteralOutputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralOutputType Modifier and Type Method Description ObjectWps10Switch. caseLiteralOutputType(LiteralOutputType object)Returns the result of interpreting the object as an instance of 'Literal Output Type'.booleanWps10Validator. validateLiteralOutputType(LiteralOutputType literalOutputType, DiagnosticChain diagnostics, Map context) -
Uses of LiteralOutputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralOutputType Modifier and Type Method Description booleanOutputDescriptionTypeValidator. validateLiteralOutput(LiteralOutputType value)
-