Uses of Interface
net.opengis.gml311.OperationMethodRefType
-
Packages that use OperationMethodRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationMethodRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationMethodRefType Modifier and Type Method Description OperationMethodRefTypeGml311Factory. createOperationMethodRefType()Returns a new object of class 'Operation Method Ref Type'.OperationMethodRefTypeDocumentRoot. getOperationMethodRef()Returns the value of the 'Operation Method Ref' containment reference.OperationMethodRefTypeConversionType. getUsesMethod()Returns the value of the 'Uses Method' containment reference.OperationMethodRefTypeDocumentRoot. getUsesMethod()Returns the value of the 'Uses Method' containment reference.OperationMethodRefTypeTransformationType. getUsesMethod()Returns the value of the 'Uses Method' containment reference.Methods in net.opengis.gml311 with parameters of type OperationMethodRefType Modifier and Type Method Description voidDocumentRoot. setOperationMethodRef(OperationMethodRefType value)Sets the value of the 'Operation Method Ref' containment reference.voidConversionType. setUsesMethod(OperationMethodRefType value)Sets the value of the 'Uses Method' containment reference.voidDocumentRoot. setUsesMethod(OperationMethodRefType value)Sets the value of the 'Uses Method' containment reference.voidTransformationType. 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 OperationMethodRefType Modifier and Type Class Description classOperationMethodRefTypeImplAn implementation of the model object 'Operation Method Ref Type'.Fields in net.opengis.gml311.impl declared as OperationMethodRefType Modifier and Type Field Description protected OperationMethodRefTypeConversionTypeImpl. usesMethodThe cached value of the 'Uses Method' containment reference.protected OperationMethodRefTypeTransformationTypeImpl. usesMethodThe cached value of the 'Uses Method' containment reference.Methods in net.opengis.gml311.impl that return OperationMethodRefType Modifier and Type Method Description OperationMethodRefTypeGml311FactoryImpl. createOperationMethodRefType()OperationMethodRefTypeDocumentRootImpl. getOperationMethodRef()OperationMethodRefTypeConversionTypeImpl. getUsesMethod()OperationMethodRefTypeDocumentRootImpl. getUsesMethod()OperationMethodRefTypeTransformationTypeImpl. getUsesMethod()Methods in net.opengis.gml311.impl with parameters of type OperationMethodRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperationMethodRef(OperationMethodRefType newOperationMethodRef, NotificationChain msgs)NotificationChainConversionTypeImpl. basicSetUsesMethod(OperationMethodRefType newUsesMethod, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesMethod(OperationMethodRefType newUsesMethod, NotificationChain msgs)NotificationChainTransformationTypeImpl. basicSetUsesMethod(OperationMethodRefType newUsesMethod, NotificationChain msgs)voidDocumentRootImpl. setOperationMethodRef(OperationMethodRefType newOperationMethodRef)voidConversionTypeImpl. setUsesMethod(OperationMethodRefType newUsesMethod)voidDocumentRootImpl. setUsesMethod(OperationMethodRefType newUsesMethod)voidTransformationTypeImpl. setUsesMethod(OperationMethodRefType newUsesMethod) -
Uses of OperationMethodRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationMethodRefType Modifier and Type Method Description TGml311Switch. caseOperationMethodRefType(OperationMethodRefType object)Returns the result of interpreting the object as an instance of 'Operation Method Ref Type'.booleanGml311Validator. validateOperationMethodRefType(OperationMethodRefType operationMethodRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-