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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
RangeSetType.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 TypeClassDescriptionclass
An implementation of the model object 'Value Enum Type'.class
An implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValueEnumTypeModifier and TypeFieldDescriptionprotected ValueEnumType
RangeSetTypeImpl.nullValues
The 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 TypeMethodDescriptionNotificationChain
RangeSetTypeImpl.basicSetNullValues
(ValueEnumType newNullValues, NotificationChain msgs) void
RangeSetTypeImpl.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 TypeMethodDescriptionboolean
RangeSetTypeValidator.validateNullValues
(ValueEnumType value)