Uses of Interface
net.opengis.gml311.AbstractGeneralParameterValueType
Packages that use AbstractGeneralParameterValueType
-
Uses of AbstractGeneralParameterValueType in net.opengis.gml311
Subinterfaces of AbstractGeneralParameterValueType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Parameter Value Group Type'.interface
A representation of the model object 'Parameter Value Type'.Methods in net.opengis.gml311 that return AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionDocumentRoot.getGeneralParameterValue()
Returns the value of the 'General Parameter Value' containment reference.DocumentRoot.getIncludesValue()
Returns the value of the 'Includes Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionParameterValueGroupType.getIncludesValue()
Returns the value of the 'Includes Value' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionvoid
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 AbstractGeneralParameterValueTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract General Parameter Value Type'.class
An implementation of the model object 'Parameter Value Group Type'.class
An implementation of the model object 'Parameter Value Type'.Fields in net.opengis.gml311.impl with type parameters of type AbstractGeneralParameterValueTypeModifier and TypeFieldDescriptionprotected EList<AbstractGeneralParameterValueType>
ParameterValueGroupTypeImpl.includesValue
The cached value of the 'Includes Value
' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionDocumentRootImpl.getGeneralParameterValue()
DocumentRootImpl.getIncludesValue()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractGeneralParameterValueTypeMethods in net.opengis.gml311.impl with parameters of type AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionNotificationChain
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 AbstractGeneralParameterValueTypeModifier and TypeMethodDescriptionGml311Switch.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)