Uses of Interface
net.opengis.wps20.ExtensionType
- 
Packages that use ExtensionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of ExtensionType in net.opengis.wps20Methods in net.opengis.wps20 that return ExtensionType Modifier and Type Method Description ExtensionTypeWps20Factory. createExtensionType()Returns a new object of class 'Extension Type'.ExtensionTypeWPSCapabilitiesType. getExtension()Returns the value of the 'Extension' containment reference.Methods in net.opengis.wps20 with parameters of type ExtensionType Modifier and Type Method Description voidWPSCapabilitiesType. setExtension(ExtensionType value)Sets the value of the 'Extension' containment reference.
- 
Uses of ExtensionType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ExtensionType Modifier and Type Class Description classExtensionTypeImplAn implementation of the model object 'Extension Type'.Fields in net.opengis.wps20.impl declared as ExtensionType Modifier and Type Field Description protected ExtensionTypeWPSCapabilitiesTypeImpl. extensionThe cached value of the 'Extension' containment reference.Methods in net.opengis.wps20.impl that return ExtensionType Modifier and Type Method Description ExtensionTypeWps20FactoryImpl. createExtensionType()ExtensionTypeWPSCapabilitiesTypeImpl. getExtension()Methods in net.opengis.wps20.impl with parameters of type ExtensionType Modifier and Type Method Description NotificationChainWPSCapabilitiesTypeImpl. basicSetExtension(ExtensionType newExtension, NotificationChain msgs)voidWPSCapabilitiesTypeImpl. setExtension(ExtensionType newExtension)
- 
Uses of ExtensionType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ExtensionType Modifier and Type Method Description TWps20Switch. caseExtensionType(ExtensionType object)Returns the result of interpreting the object as an instance of 'Extension Type'.booleanWps20Validator. validateExtensionType(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-