Uses of Interface
net.opengis.gml311.SingleOperationRefType
Packages that use SingleOperationRefType
-
Uses of SingleOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return SingleOperationRefTypeModifier and TypeMethodDescriptionGml311Factory.createSingleOperationRefType()
Returns a new object of class 'Single Operation Ref Type'.DocumentRoot.getSingleOperationRef()
Returns the value of the 'Single Operation Ref' containment reference.DocumentRoot.getUsesSingleOperation()
Returns the value of the 'Uses Single Operation' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SingleOperationRefTypeModifier and TypeMethodDescriptionEList<SingleOperationRefType>
ConcatenatedOperationType.getUsesSingleOperation()
Returns the value of the 'Uses Single Operation' containment reference list.Methods in net.opengis.gml311 with parameters of type SingleOperationRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSingleOperationRef
(SingleOperationRefType value) Sets the value of the 'Single Operation Ref
' containment reference.void
DocumentRoot.setUsesSingleOperation
(SingleOperationRefType value) Sets the value of the 'Uses Single Operation
' containment reference. -
Uses of SingleOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SingleOperationRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Single Operation Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type SingleOperationRefTypeModifier and TypeFieldDescriptionprotected EList<SingleOperationRefType>
ConcatenatedOperationTypeImpl.usesSingleOperation
The cached value of the 'Uses Single Operation
' containment reference list.Methods in net.opengis.gml311.impl that return SingleOperationRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSingleOperationRefType()
DocumentRootImpl.getSingleOperationRef()
DocumentRootImpl.getUsesSingleOperation()
Methods in net.opengis.gml311.impl that return types with arguments of type SingleOperationRefTypeModifier and TypeMethodDescriptionEList<SingleOperationRefType>
ConcatenatedOperationTypeImpl.getUsesSingleOperation()
Methods in net.opengis.gml311.impl with parameters of type SingleOperationRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSingleOperationRef
(SingleOperationRefType newSingleOperationRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesSingleOperation
(SingleOperationRefType newUsesSingleOperation, NotificationChain msgs) void
DocumentRootImpl.setSingleOperationRef
(SingleOperationRefType newSingleOperationRef) void
DocumentRootImpl.setUsesSingleOperation
(SingleOperationRefType newUsesSingleOperation) -
Uses of SingleOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SingleOperationRefTypeModifier and TypeMethodDescriptionGml311Switch.caseSingleOperationRefType
(SingleOperationRefType object) Returns the result of interpreting the object as an instance of 'Single Operation Ref Type'.boolean
Gml311Validator.validateSingleOperationRefType
(SingleOperationRefType singleOperationRefType, DiagnosticChain diagnostics, Map<Object, Object> context)