Uses of Interface
net.opengis.fes20.ExtensionOpsType
- 
Packages that use ExtensionOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of ExtensionOpsType in net.opengis.fes20Methods in net.opengis.fes20 that return ExtensionOpsType Modifier and Type Method Description ExtensionOpsTypeDocumentRoot. getExtensionOps()Returns the value of the 'Extension Ops' containment reference.ExtensionOpsTypeFilterType. getExtensionOps()Returns the value of the 'Extension Ops' containment reference.ExtensionOpsTypeUnaryLogicOpType. getExtensionOps()Returns the value of the 'Extension Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type ExtensionOpsType Modifier and Type Method Description EList<ExtensionOpsType>BinaryLogicOpType. getExtensionOps()Returns the value of the 'Extension Ops' containment reference list.
- 
Uses of ExtensionOpsType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement ExtensionOpsType Modifier and Type Class Description classExtensionOpsTypeImplAn implementation of the model object 'Extension Ops Type'.Methods in net.opengis.fes20.impl that return ExtensionOpsType Modifier and Type Method Description ExtensionOpsTypeDocumentRootImpl. getExtensionOps()ExtensionOpsTypeFilterTypeImpl. getExtensionOps()ExtensionOpsTypeUnaryLogicOpTypeImpl. getExtensionOps()Methods in net.opengis.fes20.impl that return types with arguments of type ExtensionOpsType Modifier and Type Method Description EList<ExtensionOpsType>BinaryLogicOpTypeImpl. getExtensionOps()Methods in net.opengis.fes20.impl with parameters of type ExtensionOpsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)NotificationChainFilterTypeImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)NotificationChainUnaryLogicOpTypeImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)
- 
Uses of ExtensionOpsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ExtensionOpsType Modifier and Type Method Description TFes20Switch. caseExtensionOpsType(ExtensionOpsType object)Returns the result of interpreting the object as an instance of 'Extension Ops Type'.booleanFes20Validator. validateExtensionOpsType(ExtensionOpsType extensionOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-