Uses of Interface
net.opengis.gml311.ParameterValueGroupType
-
Packages that use ParameterValueGroupType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ParameterValueGroupType in net.opengis.gml311
Methods in net.opengis.gml311 that return ParameterValueGroupType Modifier and Type Method Description ParameterValueGroupType
Gml311Factory. createParameterValueGroupType()
Returns a new object of class 'Parameter Value Group Type'.ParameterValueGroupType
DocumentRoot. getParameterValueGroup()
Returns the value of the 'Parameter Value Group' containment reference.Methods in net.opengis.gml311 with parameters of type ParameterValueGroupType Modifier and Type Method Description void
DocumentRoot. setParameterValueGroup(ParameterValueGroupType value)
Sets the value of the 'Parameter Value Group
' containment reference. -
Uses of ParameterValueGroupType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ParameterValueGroupType Modifier and Type Class Description class
ParameterValueGroupTypeImpl
An implementation of the model object 'Parameter Value Group Type'.Methods in net.opengis.gml311.impl that return ParameterValueGroupType Modifier and Type Method Description ParameterValueGroupType
Gml311FactoryImpl. createParameterValueGroupType()
ParameterValueGroupType
DocumentRootImpl. getParameterValueGroup()
Methods in net.opengis.gml311.impl with parameters of type ParameterValueGroupType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetParameterValueGroup(ParameterValueGroupType newParameterValueGroup, NotificationChain msgs)
void
DocumentRootImpl. setParameterValueGroup(ParameterValueGroupType newParameterValueGroup)
-
Uses of ParameterValueGroupType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ParameterValueGroupType Modifier and Type Method Description T
Gml311Switch. caseParameterValueGroupType(ParameterValueGroupType object)
Returns the result of interpreting the object as an instance of 'Parameter Value Group Type'.boolean
Gml311Validator. validateParameterValueGroupType(ParameterValueGroupType parameterValueGroupType, DiagnosticChain diagnostics, Map<Object,Object> context)
-