Uses of Interface
net.opengis.gml311.ParameterValueType
Packages that use ParameterValueType
-
Uses of ParameterValueType in net.opengis.gml311
Methods in net.opengis.gml311 that return ParameterValueTypeModifier and TypeMethodDescriptionGml311Factory.createParameterValueType()Returns a new object of class 'Parameter Value Type'.DocumentRoot.getParameterValue()Returns the value of the 'Parameter Value' containment reference.DocumentRoot.getUsesValue()Returns the value of the 'Uses Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ParameterValueTypeModifier and TypeMethodDescriptionEList<ParameterValueType>ConversionType.getUsesValue()Returns the value of the 'Uses Value' containment reference list.EList<ParameterValueType>TransformationType.getUsesValue()Returns the value of the 'Uses Value' containment reference list.Methods in net.opengis.gml311 with parameters of type ParameterValueTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setParameterValue(ParameterValueType value) Sets the value of the 'Parameter Value' containment reference.voidDocumentRoot.setUsesValue(ParameterValueType value) Sets the value of the 'Uses Value' containment reference. -
Uses of ParameterValueType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ParameterValueTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Parameter Value Type'.Fields in net.opengis.gml311.impl with type parameters of type ParameterValueTypeModifier and TypeFieldDescriptionprotected EList<ParameterValueType>ConversionTypeImpl.usesValueThe cached value of the 'Uses Value' containment reference list.protected EList<ParameterValueType>TransformationTypeImpl.usesValueThe cached value of the 'Uses Value' containment reference list.Methods in net.opengis.gml311.impl that return ParameterValueTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createParameterValueType()DocumentRootImpl.getParameterValue()DocumentRootImpl.getUsesValue()Methods in net.opengis.gml311.impl that return types with arguments of type ParameterValueTypeModifier and TypeMethodDescriptionEList<ParameterValueType>ConversionTypeImpl.getUsesValue()EList<ParameterValueType>TransformationTypeImpl.getUsesValue()Methods in net.opengis.gml311.impl with parameters of type ParameterValueTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetParameterValue(ParameterValueType newParameterValue, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetUsesValue(ParameterValueType newUsesValue, NotificationChain msgs) voidDocumentRootImpl.setParameterValue(ParameterValueType newParameterValue) voidDocumentRootImpl.setUsesValue(ParameterValueType newUsesValue) -
Uses of ParameterValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ParameterValueTypeModifier and TypeMethodDescriptionGml311Switch.caseParameterValueType(ParameterValueType object) Returns the result of interpreting the object as an instance of 'Parameter Value Type'.booleanGml311Validator.validateParameterValueType(ParameterValueType parameterValueType, DiagnosticChain diagnostics, Map<Object, Object> context)