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.wps20
Methods in net.opengis.wps20 that return ExtensionType Modifier and Type Method Description ExtensionType
Wps20Factory. createExtensionType()
Returns a new object of class 'Extension Type'.ExtensionType
WPSCapabilitiesType. getExtension()
Returns the value of the 'Extension' containment reference.Methods in net.opengis.wps20 with parameters of type ExtensionType Modifier and Type Method Description void
WPSCapabilitiesType. setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference. -
Uses of ExtensionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ExtensionType Modifier and Type Class Description class
ExtensionTypeImpl
An implementation of the model object 'Extension Type'.Fields in net.opengis.wps20.impl declared as ExtensionType Modifier and Type Field Description protected ExtensionType
WPSCapabilitiesTypeImpl. extension
The cached value of the 'Extension
' containment reference.Methods in net.opengis.wps20.impl that return ExtensionType Modifier and Type Method Description ExtensionType
Wps20FactoryImpl. createExtensionType()
ExtensionType
WPSCapabilitiesTypeImpl. getExtension()
Methods in net.opengis.wps20.impl with parameters of type ExtensionType Modifier and Type Method Description NotificationChain
WPSCapabilitiesTypeImpl. basicSetExtension(ExtensionType newExtension, NotificationChain msgs)
void
WPSCapabilitiesTypeImpl. setExtension(ExtensionType newExtension)
-
Uses of ExtensionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ExtensionType Modifier and Type Method Description T
Wps20Switch. caseExtensionType(ExtensionType object)
Returns the result of interpreting the object as an instance of 'Extension Type'.boolean
Wps20Validator. validateExtensionType(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-