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 interfaceValueArrayTypeA representation of the model object 'Value Array Type'.Methods in net.opengis.gml311 that return CompositeValueType Modifier and Type Method Description CompositeValueTypeGml311Factory. createCompositeValueType()Returns a new object of class 'Composite Value Type'.CompositeValueTypeDocumentRoot. getCompositeValue()Returns the value of the 'Composite Value' containment reference.CompositeValueTypeRangeParametersType. getCompositeValue()Returns the value of the 'Composite Value' containment reference.CompositeValueTypeValuePropertyType. 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 voidDocumentRoot. 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 CompositeValueType Modifier and Type Class Description classCompositeValueTypeImplAn implementation of the model object 'Composite Value Type'.classValueArrayTypeImplAn implementation of the model object 'Value Array Type'.Methods in net.opengis.gml311.impl that return CompositeValueType Modifier and Type Method Description CompositeValueTypeGml311FactoryImpl. createCompositeValueType()CompositeValueTypeDocumentRootImpl. getCompositeValue()CompositeValueTypeRangeParametersTypeImpl. getCompositeValue()CompositeValueTypeValuePropertyTypeImpl. 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 NotificationChainDocumentRootImpl. 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 CompositeValueType Modifier and Type Method Description TGml311Switch. 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)
-