Uses of Interface
net.opengis.wcs10.ValueEnumType
Packages that use ValueEnumType
Package
Description
-
Uses of ValueEnumType in net.opengis.wcs10
Subinterfaces of ValueEnumType in net.opengis.wcs10Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Values Type'.Methods in net.opengis.wcs10 that return ValueEnumTypeModifier and TypeMethodDescriptionWcs10Factory.createValueEnumType()Returns a new object of class 'Value Enum Type'.RangeSetType.getNullValues()Returns the value of the 'Null Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValueEnumTypeModifier and TypeMethodDescriptionvoidRangeSetType.setNullValues(ValueEnumType value) Sets the value of the 'Null Values' containment reference. -
Uses of ValueEnumType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ValueEnumTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Value Enum Type'.classAn implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValueEnumTypeModifier and TypeFieldDescriptionprotected ValueEnumTypeRangeSetTypeImpl.nullValuesThe cached value of the 'Null Values' containment reference.Methods in net.opengis.wcs10.impl that return ValueEnumTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createValueEnumType()RangeSetTypeImpl.getNullValues()Methods in net.opengis.wcs10.impl with parameters of type ValueEnumTypeModifier and TypeMethodDescriptionNotificationChainRangeSetTypeImpl.basicSetNullValues(ValueEnumType newNullValues, NotificationChain msgs) voidRangeSetTypeImpl.setNullValues(ValueEnumType newNullValues) -
Uses of ValueEnumType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ValueEnumTypeModifier and TypeMethodDescriptionWcs10Switch.caseValueEnumType(ValueEnumType object) Returns the result of interpreting the object as an instance of 'Value Enum Type'. -
Uses of ValueEnumType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ValueEnumTypeModifier and TypeMethodDescriptionbooleanRangeSetTypeValidator.validateNullValues(ValueEnumType value)