Uses of Interface
net.opengis.gml311.OperationParameterType
-
Packages that use OperationParameterType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterType Modifier and Type Method Description OperationParameterTypeGml311Factory. createOperationParameterType()Returns a new object of class 'Operation Parameter Type'.OperationParameterTypeDocumentRoot. getOperationParameter()Returns the value of the 'Operation Parameter' containment reference.OperationParameterTypeOperationParameterRefType. getOperationParameter()Returns the value of the 'Operation Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterType Modifier and Type Method Description voidDocumentRoot. setOperationParameter(OperationParameterType value)Sets the value of the 'Operation Parameter' containment reference.voidOperationParameterRefType. setOperationParameter(OperationParameterType value)Sets the value of the 'Operation Parameter' containment reference. -
Uses of OperationParameterType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterType Modifier and Type Class Description classOperationParameterTypeImplAn implementation of the model object 'Operation Parameter Type'.Fields in net.opengis.gml311.impl declared as OperationParameterType Modifier and Type Field Description protected OperationParameterTypeOperationParameterRefTypeImpl. operationParameterThe cached value of the 'Operation Parameter' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterType Modifier and Type Method Description OperationParameterTypeGml311FactoryImpl. createOperationParameterType()OperationParameterTypeDocumentRootImpl. getOperationParameter()OperationParameterTypeOperationParameterRefTypeImpl. getOperationParameter()Methods in net.opengis.gml311.impl with parameters of type OperationParameterType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperationParameter(OperationParameterType newOperationParameter, NotificationChain msgs)NotificationChainOperationParameterRefTypeImpl. basicSetOperationParameter(OperationParameterType newOperationParameter, NotificationChain msgs)voidDocumentRootImpl. setOperationParameter(OperationParameterType newOperationParameter)voidOperationParameterRefTypeImpl. setOperationParameter(OperationParameterType newOperationParameter) -
Uses of OperationParameterType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterType Modifier and Type Method Description TGml311Switch. caseOperationParameterType(OperationParameterType object)Returns the result of interpreting the object as an instance of 'Operation Parameter Type'.booleanGml311Validator. validateOperationParameterType(OperationParameterType operationParameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-