Uses of Interface
net.opengis.gml311.OperationRefType
-
Packages that use OperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationRefType Modifier and Type Method Description OperationRefType
Gml311Factory. createOperationRefType()
Returns a new object of class 'Operation Ref Type'.OperationRefType
DocumentRoot. getOperationRef()
Returns the value of the 'Operation Ref' containment reference.OperationRefType
DocumentRoot. getUsesOperation()
Returns the value of the 'Uses Operation' containment reference.OperationRefType
PassThroughOperationType. getUsesOperation()
Returns the value of the 'Uses Operation' containment reference.Methods in net.opengis.gml311 with parameters of type OperationRefType Modifier and Type Method Description void
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 OperationRefType Modifier and Type Class Description class
OperationRefTypeImpl
An implementation of the model object 'Operation Ref Type'.Fields in net.opengis.gml311.impl declared as OperationRefType Modifier and Type Field Description protected OperationRefType
PassThroughOperationTypeImpl. usesOperation
The cached value of the 'Uses Operation
' containment reference.Methods in net.opengis.gml311.impl that return OperationRefType Modifier and Type Method Description OperationRefType
Gml311FactoryImpl. createOperationRefType()
OperationRefType
DocumentRootImpl. getOperationRef()
OperationRefType
DocumentRootImpl. getUsesOperation()
OperationRefType
PassThroughOperationTypeImpl. getUsesOperation()
Methods in net.opengis.gml311.impl with parameters of type OperationRefType Modifier and Type Method Description NotificationChain
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 OperationRefType Modifier and Type Method Description T
Gml311Switch. 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)
-