Uses of Interface
net.opengis.gml311.AbstractGeneralParameterValueType
-
Packages that use AbstractGeneralParameterValueType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralParameterValueType in net.opengis.gml311
Subinterfaces of AbstractGeneralParameterValueType in net.opengis.gml311 Modifier and Type Interface Description interface
ParameterValueGroupType
A representation of the model object 'Parameter Value Group Type'.interface
ParameterValueType
A representation of the model object 'Parameter Value Type'.Methods in net.opengis.gml311 that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueType
DocumentRoot. getGeneralParameterValue()
Returns the value of the 'General Parameter Value' containment reference.AbstractGeneralParameterValueType
DocumentRoot. getIncludesValue()
Returns the value of the 'Includes Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractGeneralParameterValueType Modifier and Type Method Description EList<AbstractGeneralParameterValueType>
ParameterValueGroupType. getIncludesValue()
Returns the value of the 'Includes Value' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractGeneralParameterValueType Modifier and Type Method Description void
DocumentRoot. setIncludesValue(AbstractGeneralParameterValueType value)
Sets the value of the 'Includes Value
' containment reference. -
Uses of AbstractGeneralParameterValueType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralParameterValueType Modifier and Type Class Description class
AbstractGeneralParameterValueTypeImpl
An implementation of the model object 'Abstract General Parameter Value Type'.class
ParameterValueGroupTypeImpl
An implementation of the model object 'Parameter Value Group Type'.class
ParameterValueTypeImpl
An implementation of the model object 'Parameter Value Type'.Fields in net.opengis.gml311.impl with type parameters of type AbstractGeneralParameterValueType Modifier and Type Field Description protected EList<AbstractGeneralParameterValueType>
ParameterValueGroupTypeImpl. includesValue
The cached value of the 'Includes Value
' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueType
DocumentRootImpl. getGeneralParameterValue()
AbstractGeneralParameterValueType
DocumentRootImpl. getIncludesValue()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractGeneralParameterValueType Modifier and Type Method Description EList<AbstractGeneralParameterValueType>
ParameterValueGroupTypeImpl. getIncludesValue()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralParameterValueType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeneralParameterValue(AbstractGeneralParameterValueType newGeneralParameterValue, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetIncludesValue(AbstractGeneralParameterValueType newIncludesValue, NotificationChain msgs)
void
DocumentRootImpl. setIncludesValue(AbstractGeneralParameterValueType newIncludesValue)
-
Uses of AbstractGeneralParameterValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralParameterValueType Modifier and Type Method Description T
Gml311Switch. caseAbstractGeneralParameterValueType(AbstractGeneralParameterValueType object)
Returns the result of interpreting the object as an instance of 'Abstract General Parameter Value Type'.boolean
Gml311Validator. validateAbstractGeneralParameterValueType(AbstractGeneralParameterValueType abstractGeneralParameterValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-