Uses of Interface
net.opengis.gml311.CompositeValueType
-
Packages that use CompositeValueType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompositeValueType in net.opengis.gml311
Subinterfaces of CompositeValueType in net.opengis.gml311 Modifier and Type Interface Description interface
ValueArrayType
A representation of the model object 'Value Array Type'.Methods in net.opengis.gml311 that return CompositeValueType Modifier and Type Method Description CompositeValueType
Gml311Factory. createCompositeValueType()
Returns a new object of class 'Composite Value Type'.CompositeValueType
DocumentRoot. getCompositeValue()
Returns the value of the 'Composite Value' containment reference.CompositeValueType
RangeParametersType. getCompositeValue()
Returns the value of the 'Composite Value' containment reference.CompositeValueType
ValuePropertyType. getCompositeValue()
Returns the value of the 'Composite Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CompositeValueType Modifier and Type Method Description EList<CompositeValueType>
ValueArrayPropertyType. getCompositeValue()
Returns the value of the 'Composite Value' containment reference list.Methods in net.opengis.gml311 with parameters of type CompositeValueType Modifier and Type Method Description void
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 CompositeValueType Modifier and Type Class Description class
CompositeValueTypeImpl
An implementation of the model object 'Composite Value Type'.class
ValueArrayTypeImpl
An implementation of the model object 'Value Array Type'.Methods in net.opengis.gml311.impl that return CompositeValueType Modifier and Type Method Description CompositeValueType
Gml311FactoryImpl. createCompositeValueType()
CompositeValueType
DocumentRootImpl. getCompositeValue()
CompositeValueType
RangeParametersTypeImpl. getCompositeValue()
CompositeValueType
ValuePropertyTypeImpl. getCompositeValue()
Methods in net.opengis.gml311.impl that return types with arguments of type CompositeValueType Modifier and Type Method Description EList<CompositeValueType>
ValueArrayPropertyTypeImpl. getCompositeValue()
Methods in net.opengis.gml311.impl with parameters of type CompositeValueType Modifier and Type Method Description NotificationChain
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 CompositeValueType Modifier and Type Method Description T
Gml311Switch. 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)
-