Uses of Interface
net.opengis.gml311.SingleOperationRefType
-
Packages that use SingleOperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SingleOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return SingleOperationRefType Modifier and Type Method Description SingleOperationRefTypeGml311Factory. createSingleOperationRefType()Returns a new object of class 'Single Operation Ref Type'.SingleOperationRefTypeDocumentRoot. getSingleOperationRef()Returns the value of the 'Single Operation Ref' containment reference.SingleOperationRefTypeDocumentRoot. getUsesSingleOperation()Returns the value of the 'Uses Single Operation' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SingleOperationRefType Modifier and Type Method Description EList<SingleOperationRefType>ConcatenatedOperationType. getUsesSingleOperation()Returns the value of the 'Uses Single Operation' containment reference list.Methods in net.opengis.gml311 with parameters of type SingleOperationRefType Modifier and Type Method Description voidDocumentRoot. setSingleOperationRef(SingleOperationRefType value)Sets the value of the 'Single Operation Ref' containment reference.voidDocumentRoot. setUsesSingleOperation(SingleOperationRefType value)Sets the value of the 'Uses Single Operation' containment reference. -
Uses of SingleOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SingleOperationRefType Modifier and Type Class Description classSingleOperationRefTypeImplAn implementation of the model object 'Single Operation Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type SingleOperationRefType Modifier and Type Field Description protected EList<SingleOperationRefType>ConcatenatedOperationTypeImpl. usesSingleOperationThe cached value of the 'Uses Single Operation' containment reference list.Methods in net.opengis.gml311.impl that return SingleOperationRefType Modifier and Type Method Description SingleOperationRefTypeGml311FactoryImpl. createSingleOperationRefType()SingleOperationRefTypeDocumentRootImpl. getSingleOperationRef()SingleOperationRefTypeDocumentRootImpl. getUsesSingleOperation()Methods in net.opengis.gml311.impl that return types with arguments of type SingleOperationRefType Modifier and Type Method Description EList<SingleOperationRefType>ConcatenatedOperationTypeImpl. getUsesSingleOperation()Methods in net.opengis.gml311.impl with parameters of type SingleOperationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSingleOperationRef(SingleOperationRefType newSingleOperationRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesSingleOperation(SingleOperationRefType newUsesSingleOperation, NotificationChain msgs)voidDocumentRootImpl. setSingleOperationRef(SingleOperationRefType newSingleOperationRef)voidDocumentRootImpl. setUsesSingleOperation(SingleOperationRefType newUsesSingleOperation) -
Uses of SingleOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SingleOperationRefType Modifier and Type Method Description TGml311Switch. caseSingleOperationRefType(SingleOperationRefType object)Returns the result of interpreting the object as an instance of 'Single Operation Ref Type'.booleanGml311Validator. validateSingleOperationRefType(SingleOperationRefType singleOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-