Uses of Interface
net.opengis.gml311.PassThroughOperationType
-
Packages that use PassThroughOperationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PassThroughOperationType in net.opengis.gml311
Methods in net.opengis.gml311 that return PassThroughOperationType Modifier and Type Method Description PassThroughOperationTypeGml311Factory. createPassThroughOperationType()Returns a new object of class 'Pass Through Operation Type'.PassThroughOperationTypeDocumentRoot. getPassThroughOperation()Returns the value of the 'Pass Through Operation' containment reference.PassThroughOperationTypePassThroughOperationRefType. getPassThroughOperation()Returns the value of the 'Pass Through Operation' containment reference.Methods in net.opengis.gml311 with parameters of type PassThroughOperationType Modifier and Type Method Description voidDocumentRoot. setPassThroughOperation(PassThroughOperationType value)Sets the value of the 'Pass Through Operation' containment reference.voidPassThroughOperationRefType. setPassThroughOperation(PassThroughOperationType value)Sets the value of the 'Pass Through Operation' containment reference. -
Uses of PassThroughOperationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PassThroughOperationType Modifier and Type Class Description classPassThroughOperationTypeImplAn implementation of the model object 'Pass Through Operation Type'.Fields in net.opengis.gml311.impl declared as PassThroughOperationType Modifier and Type Field Description protected PassThroughOperationTypePassThroughOperationRefTypeImpl. passThroughOperationThe cached value of the 'Pass Through Operation' containment reference.Methods in net.opengis.gml311.impl that return PassThroughOperationType Modifier and Type Method Description PassThroughOperationTypeGml311FactoryImpl. createPassThroughOperationType()PassThroughOperationTypeDocumentRootImpl. getPassThroughOperation()PassThroughOperationTypePassThroughOperationRefTypeImpl. getPassThroughOperation()Methods in net.opengis.gml311.impl with parameters of type PassThroughOperationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPassThroughOperation(PassThroughOperationType newPassThroughOperation, NotificationChain msgs)NotificationChainPassThroughOperationRefTypeImpl. basicSetPassThroughOperation(PassThroughOperationType newPassThroughOperation, NotificationChain msgs)voidDocumentRootImpl. setPassThroughOperation(PassThroughOperationType newPassThroughOperation)voidPassThroughOperationRefTypeImpl. setPassThroughOperation(PassThroughOperationType newPassThroughOperation) -
Uses of PassThroughOperationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PassThroughOperationType Modifier and Type Method Description TGml311Switch. casePassThroughOperationType(PassThroughOperationType object)Returns the result of interpreting the object as an instance of 'Pass Through Operation Type'.booleanGml311Validator. validatePassThroughOperationType(PassThroughOperationType passThroughOperationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-