Uses of Interface
net.opengis.gml311.CompositeValueType
Packages that use CompositeValueType
-
Uses of CompositeValueType in net.opengis.gml311
Subinterfaces of CompositeValueType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Value Array Type'.Methods in net.opengis.gml311 that return CompositeValueTypeModifier and TypeMethodDescriptionGml311Factory.createCompositeValueType()Returns a new object of class 'Composite Value Type'.DocumentRoot.getCompositeValue()Returns the value of the 'Composite Value' containment reference.RangeParametersType.getCompositeValue()Returns the value of the 'Composite Value' containment reference.ValuePropertyType.getCompositeValue()Returns the value of the 'Composite Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CompositeValueTypeModifier and TypeMethodDescriptionEList<CompositeValueType>ValueArrayPropertyType.getCompositeValue()Returns the value of the 'Composite Value' containment reference list.Methods in net.opengis.gml311 with parameters of type CompositeValueTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setCompositeValue(CompositeValueType value) Sets the value of the 'Composite Value' containment reference.voidRangeParametersType.setCompositeValue(CompositeValueType value) Sets the value of the 'Composite Value' containment reference.voidValuePropertyType.setCompositeValue(CompositeValueType value) Sets the value of the 'Composite Value' containment reference. -
Uses of CompositeValueType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompositeValueTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Composite Value Type'.classAn implementation of the model object 'Value Array Type'.Methods in net.opengis.gml311.impl that return CompositeValueTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCompositeValueType()DocumentRootImpl.getCompositeValue()RangeParametersTypeImpl.getCompositeValue()ValuePropertyTypeImpl.getCompositeValue()Methods in net.opengis.gml311.impl that return types with arguments of type CompositeValueTypeModifier and TypeMethodDescriptionEList<CompositeValueType>ValueArrayPropertyTypeImpl.getCompositeValue()Methods in net.opengis.gml311.impl with parameters of type CompositeValueTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCompositeValue(CompositeValueType newCompositeValue, NotificationChain msgs) NotificationChainRangeParametersTypeImpl.basicSetCompositeValue(CompositeValueType newCompositeValue, NotificationChain msgs) NotificationChainValuePropertyTypeImpl.basicSetCompositeValue(CompositeValueType newCompositeValue, NotificationChain msgs) voidDocumentRootImpl.setCompositeValue(CompositeValueType newCompositeValue) voidRangeParametersTypeImpl.setCompositeValue(CompositeValueType newCompositeValue) voidValuePropertyTypeImpl.setCompositeValue(CompositeValueType newCompositeValue) -
Uses of CompositeValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompositeValueTypeModifier and TypeMethodDescriptionGml311Switch.caseCompositeValueType(CompositeValueType object) Returns the result of interpreting the object as an instance of 'Composite Value Type'.booleanGml311Validator.validateCompositeValueType(CompositeValueType compositeValueType, DiagnosticChain diagnostics, Map<Object, Object> context)