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 TypeMethodDescriptionvoid
DocumentRoot.setParameterValue
(ParameterValueType value) Sets the value of the 'Parameter Value
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An 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.usesValue
The cached value of the 'Uses Value
' containment reference list.protected EList<ParameterValueType>
TransformationTypeImpl.usesValue
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetParameterValue
(ParameterValueType newParameterValue, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesValue
(ParameterValueType newUsesValue, NotificationChain msgs) void
DocumentRootImpl.setParameterValue
(ParameterValueType newParameterValue) void
DocumentRootImpl.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'.boolean
Gml311Validator.validateParameterValueType
(ParameterValueType parameterValueType, DiagnosticChain diagnostics, Map<Object, Object> context)