Uses of Interface
net.opengis.gml311.OperationMethodRefType
Packages that use OperationMethodRefType
-
Uses of OperationMethodRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationMethodRefTypeModifier and TypeMethodDescriptionGml311Factory.createOperationMethodRefType()
Returns a new object of class 'Operation Method Ref Type'.DocumentRoot.getOperationMethodRef()
Returns the value of the 'Operation Method Ref' containment reference.ConversionType.getUsesMethod()
Returns the value of the 'Uses Method' containment reference.DocumentRoot.getUsesMethod()
Returns the value of the 'Uses Method' containment reference.TransformationType.getUsesMethod()
Returns the value of the 'Uses Method' containment reference.Methods in net.opengis.gml311 with parameters of type OperationMethodRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setOperationMethodRef
(OperationMethodRefType value) Sets the value of the 'Operation Method Ref
' containment reference.void
ConversionType.setUsesMethod
(OperationMethodRefType value) Sets the value of the 'Uses Method
' containment reference.void
DocumentRoot.setUsesMethod
(OperationMethodRefType value) Sets the value of the 'Uses Method
' containment reference.void
TransformationType.setUsesMethod
(OperationMethodRefType value) Sets the value of the 'Uses Method
' containment reference. -
Uses of OperationMethodRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationMethodRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Method Ref Type'.Fields in net.opengis.gml311.impl declared as OperationMethodRefTypeModifier and TypeFieldDescriptionprotected OperationMethodRefType
ConversionTypeImpl.usesMethod
The cached value of the 'Uses Method
' containment reference.protected OperationMethodRefType
TransformationTypeImpl.usesMethod
The cached value of the 'Uses Method
' containment reference.Methods in net.opengis.gml311.impl that return OperationMethodRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createOperationMethodRefType()
DocumentRootImpl.getOperationMethodRef()
ConversionTypeImpl.getUsesMethod()
DocumentRootImpl.getUsesMethod()
TransformationTypeImpl.getUsesMethod()
Methods in net.opengis.gml311.impl with parameters of type OperationMethodRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetOperationMethodRef
(OperationMethodRefType newOperationMethodRef, NotificationChain msgs) NotificationChain
ConversionTypeImpl.basicSetUsesMethod
(OperationMethodRefType newUsesMethod, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesMethod
(OperationMethodRefType newUsesMethod, NotificationChain msgs) NotificationChain
TransformationTypeImpl.basicSetUsesMethod
(OperationMethodRefType newUsesMethod, NotificationChain msgs) void
DocumentRootImpl.setOperationMethodRef
(OperationMethodRefType newOperationMethodRef) void
ConversionTypeImpl.setUsesMethod
(OperationMethodRefType newUsesMethod) void
DocumentRootImpl.setUsesMethod
(OperationMethodRefType newUsesMethod) void
TransformationTypeImpl.setUsesMethod
(OperationMethodRefType newUsesMethod) -
Uses of OperationMethodRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationMethodRefTypeModifier and TypeMethodDescriptionGml311Switch.caseOperationMethodRefType
(OperationMethodRefType object) Returns the result of interpreting the object as an instance of 'Operation Method Ref Type'.boolean
Gml311Validator.validateOperationMethodRefType
(OperationMethodRefType operationMethodRefType, DiagnosticChain diagnostics, Map<Object, Object> context)