Uses of Interface
net.opengis.gml311.AbstractGeneralOperationParameterType
-
Packages that use AbstractGeneralOperationParameterType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralOperationParameterType in net.opengis.gml311
Subinterfaces of AbstractGeneralOperationParameterType in net.opengis.gml311 Modifier and Type Interface Description interfaceOperationParameterBaseTypeA representation of the model object 'Operation Parameter Base Type'.interfaceOperationParameterGroupBaseTypeA representation of the model object 'Operation Parameter Group Base Type'.interfaceOperationParameterGroupTypeA representation of the model object 'Operation Parameter Group Type'.interfaceOperationParameterTypeA representation of the model object 'Operation Parameter Type'.Methods in net.opengis.gml311 that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefType. getGeneralOperationParameter()Returns the value of the 'General Operation Parameter' containment reference.AbstractGeneralOperationParameterTypeDocumentRoot. getGeneralOperationParameter()Returns the value of the 'General Operation Parameter' containment reference. -
Uses of AbstractGeneralOperationParameterType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralOperationParameterType Modifier and Type Class Description classAbstractGeneralOperationParameterTypeImplAn implementation of the model object 'Abstract General Operation Parameter Type'.classOperationParameterBaseTypeImplAn implementation of the model object 'Operation Parameter Base Type'.classOperationParameterGroupBaseTypeImplAn implementation of the model object 'Operation Parameter Group Base Type'.classOperationParameterGroupTypeImplAn implementation of the model object 'Operation Parameter Group Type'.classOperationParameterTypeImplAn implementation of the model object 'Operation Parameter Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefTypeImpl. getGeneralOperationParameter()AbstractGeneralOperationParameterTypeDocumentRootImpl. getGeneralOperationParameter()Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description NotificationChainAbstractGeneralOperationParameterRefTypeImpl. basicSetGeneralOperationParameter(AbstractGeneralOperationParameterType newGeneralOperationParameter, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGeneralOperationParameter(AbstractGeneralOperationParameterType newGeneralOperationParameter, NotificationChain msgs) -
Uses of AbstractGeneralOperationParameterType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description TGml311Switch. caseAbstractGeneralOperationParameterType(AbstractGeneralOperationParameterType object)Returns the result of interpreting the object as an instance of 'Abstract General Operation Parameter Type'.booleanGml311Validator. validateAbstractGeneralOperationParameterType(AbstractGeneralOperationParameterType abstractGeneralOperationParameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-