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 interface
OperationParameterBaseType
A representation of the model object 'Operation Parameter Base Type'.interface
OperationParameterGroupBaseType
A representation of the model object 'Operation Parameter Group Base Type'.interface
OperationParameterGroupType
A representation of the model object 'Operation Parameter Group Type'.interface
OperationParameterType
A representation of the model object 'Operation Parameter Type'.Methods in net.opengis.gml311 that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterType
AbstractGeneralOperationParameterRefType. getGeneralOperationParameter()
Returns the value of the 'General Operation Parameter' containment reference.AbstractGeneralOperationParameterType
DocumentRoot. 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 class
AbstractGeneralOperationParameterTypeImpl
An implementation of the model object 'Abstract General Operation Parameter Type'.class
OperationParameterBaseTypeImpl
An implementation of the model object 'Operation Parameter Base Type'.class
OperationParameterGroupBaseTypeImpl
An implementation of the model object 'Operation Parameter Group Base Type'.class
OperationParameterGroupTypeImpl
An implementation of the model object 'Operation Parameter Group Type'.class
OperationParameterTypeImpl
An implementation of the model object 'Operation Parameter Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterType
AbstractGeneralOperationParameterRefTypeImpl. getGeneralOperationParameter()
AbstractGeneralOperationParameterType
DocumentRootImpl. getGeneralOperationParameter()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description NotificationChain
AbstractGeneralOperationParameterRefTypeImpl. basicSetGeneralOperationParameter(AbstractGeneralOperationParameterType newGeneralOperationParameter, NotificationChain msgs)
NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractGeneralOperationParameterType(AbstractGeneralOperationParameterType object)
Returns the result of interpreting the object as an instance of 'Abstract General Operation Parameter Type'.boolean
Gml311Validator. validateAbstractGeneralOperationParameterType(AbstractGeneralOperationParameterType abstractGeneralOperationParameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-