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 interfaceParameterValueGroupTypeA representation of the model object 'Parameter Value Group Type'.interfaceParameterValueTypeA representation of the model object 'Parameter Value Type'.Methods in net.opengis.gml311 that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueTypeDocumentRoot. getGeneralParameterValue()Returns the value of the 'General Parameter Value' containment reference.AbstractGeneralParameterValueTypeDocumentRoot. 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 voidDocumentRoot. 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 classAbstractGeneralParameterValueTypeImplAn implementation of the model object 'Abstract General Parameter Value Type'.classParameterValueGroupTypeImplAn implementation of the model object 'Parameter Value Group Type'.classParameterValueTypeImplAn 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. includesValueThe cached value of the 'Includes Value' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueTypeDocumentRootImpl. getGeneralParameterValue()AbstractGeneralParameterValueTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetGeneralParameterValue(AbstractGeneralParameterValueType newGeneralParameterValue, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetIncludesValue(AbstractGeneralParameterValueType newIncludesValue, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseAbstractGeneralParameterValueType(AbstractGeneralParameterValueType object)Returns the result of interpreting the object as an instance of 'Abstract General Parameter Value Type'.booleanGml311Validator. validateAbstractGeneralParameterValueType(AbstractGeneralParameterValueType abstractGeneralParameterValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-