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 OperationMethodRefType
Gml311Factory. createOperationMethodRefType()
Returns a new object of class 'Operation Method Ref Type'.OperationMethodRefType
DocumentRoot. getOperationMethodRef()
Returns the value of the 'Operation Method Ref' containment reference.OperationMethodRefType
ConversionType. getUsesMethod()
Returns the value of the 'Uses Method' containment reference.OperationMethodRefType
DocumentRoot. getUsesMethod()
Returns the value of the 'Uses Method' containment reference.OperationMethodRefType
TransformationType. 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 void
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 OperationMethodRefType Modifier and Type Class Description class
OperationMethodRefTypeImpl
An implementation of the model object 'Operation Method Ref Type'.Fields in net.opengis.gml311.impl declared as OperationMethodRefType Modifier and Type Field Description protected 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 OperationMethodRefType Modifier and Type Method Description OperationMethodRefType
Gml311FactoryImpl. createOperationMethodRefType()
OperationMethodRefType
DocumentRootImpl. getOperationMethodRef()
OperationMethodRefType
ConversionTypeImpl. getUsesMethod()
OperationMethodRefType
DocumentRootImpl. getUsesMethod()
OperationMethodRefType
TransformationTypeImpl. getUsesMethod()
Methods in net.opengis.gml311.impl with parameters of type OperationMethodRefType Modifier and Type Method Description NotificationChain
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 OperationMethodRefType Modifier and Type Method Description T
Gml311Switch. 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)
-