Uses of Interface
net.opengis.gml311.AbstractGeneralOperationParameterRefType
Packages that use AbstractGeneralOperationParameterRefType
-
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionGml311Factory.createAbstractGeneralOperationParameterRefType()
Returns a new object of class 'Abstract General Operation Parameter Ref Type'.DocumentRoot.getAbstractGeneralOperationParameterRef()
Returns the value of the 'Abstract General Operation Parameter Ref' containment reference.DocumentRoot.getIncludesParameter()
Returns the value of the 'Includes Parameter' containment reference.DocumentRoot.getUsesParameter()
Returns the value of the 'Uses Parameter' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionOperationParameterGroupType.getIncludesParameter()
Returns the value of the 'Includes Parameter' containment reference list.OperationMethodType.getUsesParameter()
Returns the value of the 'Uses Parameter' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAbstractGeneralOperationParameterRef
(AbstractGeneralOperationParameterRefType value) Sets the value of the 'Abstract General Operation Parameter Ref
' containment reference.void
DocumentRoot.setIncludesParameter
(AbstractGeneralOperationParameterRefType value) Sets the value of the 'Includes Parameter
' containment reference.void
DocumentRoot.setUsesParameter
(AbstractGeneralOperationParameterRefType value) Sets the value of the 'Uses Parameter
' containment reference. -
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralOperationParameterRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract General Operation Parameter Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type AbstractGeneralOperationParameterRefTypeModifier and TypeFieldDescriptionprotected EList<AbstractGeneralOperationParameterRefType>
OperationParameterGroupTypeImpl.includesParameter
The cached value of the 'Includes Parameter
' containment reference list.protected EList<AbstractGeneralOperationParameterRefType>
OperationMethodTypeImpl.usesParameter
The cached value of the 'Uses Parameter
' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAbstractGeneralOperationParameterRefType()
DocumentRootImpl.getAbstractGeneralOperationParameterRef()
DocumentRootImpl.getIncludesParameter()
DocumentRootImpl.getUsesParameter()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionOperationParameterGroupTypeImpl.getIncludesParameter()
OperationMethodTypeImpl.getUsesParameter()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstractGeneralOperationParameterRef
(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetIncludesParameter
(AbstractGeneralOperationParameterRefType newIncludesParameter, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesParameter
(AbstractGeneralOperationParameterRefType newUsesParameter, NotificationChain msgs) void
DocumentRootImpl.setAbstractGeneralOperationParameterRef
(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef) void
DocumentRootImpl.setIncludesParameter
(AbstractGeneralOperationParameterRefType newIncludesParameter) void
DocumentRootImpl.setUsesParameter
(AbstractGeneralOperationParameterRefType newUsesParameter) -
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralOperationParameterRefTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractGeneralOperationParameterRefType
(AbstractGeneralOperationParameterRefType object) Returns the result of interpreting the object as an instance of 'Abstract General Operation Parameter Ref Type'.boolean
Gml311Validator.validateAbstractGeneralOperationParameterRefType
(AbstractGeneralOperationParameterRefType abstractGeneralOperationParameterRefType, DiagnosticChain diagnostics, Map<Object, Object> context)