Uses of Interface
net.opengis.gml311.ParameterValueType
-
Packages that use ParameterValueType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ParameterValueType in net.opengis.gml311
Methods in net.opengis.gml311 that return ParameterValueType Modifier and Type Method Description ParameterValueType
Gml311Factory. createParameterValueType()
Returns a new object of class 'Parameter Value Type'.ParameterValueType
DocumentRoot. getParameterValue()
Returns the value of the 'Parameter Value' containment reference.ParameterValueType
DocumentRoot. getUsesValue()
Returns the value of the 'Uses Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ParameterValueType Modifier and Type Method Description EList<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 ParameterValueType Modifier and Type Method Description void
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 ParameterValueType Modifier and Type Class Description class
ParameterValueTypeImpl
An implementation of the model object 'Parameter Value Type'.Fields in net.opengis.gml311.impl with type parameters of type ParameterValueType Modifier and Type Field Description protected 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 ParameterValueType Modifier and Type Method Description ParameterValueType
Gml311FactoryImpl. createParameterValueType()
ParameterValueType
DocumentRootImpl. getParameterValue()
ParameterValueType
DocumentRootImpl. getUsesValue()
Methods in net.opengis.gml311.impl that return types with arguments of type ParameterValueType Modifier and Type Method Description EList<ParameterValueType>
ConversionTypeImpl. getUsesValue()
EList<ParameterValueType>
TransformationTypeImpl. getUsesValue()
Methods in net.opengis.gml311.impl with parameters of type ParameterValueType Modifier and Type Method Description NotificationChain
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 ParameterValueType Modifier and Type Method Description T
Gml311Switch. 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)
-