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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
DocumentRoot.setCompositeValue
(CompositeValueType value) Sets the value of the 'Composite Value
' containment reference.void
RangeParametersType.setCompositeValue
(CompositeValueType value) Sets the value of the 'Composite Value
' containment reference.void
ValuePropertyType.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 TypeClassDescriptionclass
An implementation of the model object 'Composite Value Type'.class
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCompositeValue
(CompositeValueType newCompositeValue, NotificationChain msgs) NotificationChain
RangeParametersTypeImpl.basicSetCompositeValue
(CompositeValueType newCompositeValue, NotificationChain msgs) NotificationChain
ValuePropertyTypeImpl.basicSetCompositeValue
(CompositeValueType newCompositeValue, NotificationChain msgs) void
DocumentRootImpl.setCompositeValue
(CompositeValueType newCompositeValue) void
RangeParametersTypeImpl.setCompositeValue
(CompositeValueType newCompositeValue) void
ValuePropertyTypeImpl.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'.boolean
Gml311Validator.validateCompositeValueType
(CompositeValueType compositeValueType, DiagnosticChain diagnostics, Map<Object, Object> context)