Uses of Interface
net.opengis.gml311.OperationRefType
Packages that use OperationRefType
-
Uses of OperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationRefTypeModifier and TypeMethodDescriptionGml311Factory.createOperationRefType()
Returns a new object of class 'Operation Ref Type'.DocumentRoot.getOperationRef()
Returns the value of the 'Operation Ref' containment reference.DocumentRoot.getUsesOperation()
Returns the value of the 'Uses Operation' containment reference.PassThroughOperationType.getUsesOperation()
Returns the value of the 'Uses Operation' containment reference.Methods in net.opengis.gml311 with parameters of type OperationRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setOperationRef
(OperationRefType value) Sets the value of the 'Operation Ref
' containment reference.void
DocumentRoot.setUsesOperation
(OperationRefType value) Sets the value of the 'Uses Operation
' containment reference.void
PassThroughOperationType.setUsesOperation
(OperationRefType value) Sets the value of the 'Uses Operation
' containment reference. -
Uses of OperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Ref Type'.Fields in net.opengis.gml311.impl declared as OperationRefTypeModifier and TypeFieldDescriptionprotected OperationRefType
PassThroughOperationTypeImpl.usesOperation
The cached value of the 'Uses Operation
' containment reference.Methods in net.opengis.gml311.impl that return OperationRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createOperationRefType()
DocumentRootImpl.getOperationRef()
DocumentRootImpl.getUsesOperation()
PassThroughOperationTypeImpl.getUsesOperation()
Methods in net.opengis.gml311.impl with parameters of type OperationRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetOperationRef
(OperationRefType newOperationRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesOperation
(OperationRefType newUsesOperation, NotificationChain msgs) NotificationChain
PassThroughOperationTypeImpl.basicSetUsesOperation
(OperationRefType newUsesOperation, NotificationChain msgs) void
DocumentRootImpl.setOperationRef
(OperationRefType newOperationRef) void
DocumentRootImpl.setUsesOperation
(OperationRefType newUsesOperation) void
PassThroughOperationTypeImpl.setUsesOperation
(OperationRefType newUsesOperation) -
Uses of OperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationRefTypeModifier and TypeMethodDescriptionGml311Switch.caseOperationRefType
(OperationRefType object) Returns the result of interpreting the object as an instance of 'Operation Ref Type'.boolean
Gml311Validator.validateOperationRefType
(OperationRefType operationRefType, DiagnosticChain diagnostics, Map<Object, Object> context)