Uses of Interface
net.opengis.wcs10.ValueEnumType
-
Packages that use ValueEnumType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ValueEnumType in net.opengis.wcs10
Subinterfaces of ValueEnumType in net.opengis.wcs10 Modifier and Type Interface Description interfaceValuesTypeA representation of the model object 'Values Type'.Methods in net.opengis.wcs10 that return ValueEnumType Modifier and Type Method Description ValueEnumTypeWcs10Factory. createValueEnumType()Returns a new object of class 'Value Enum Type'.ValueEnumTypeRangeSetType. getNullValues()Returns the value of the 'Null Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValueEnumType Modifier and Type Method Description voidRangeSetType. 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 ValueEnumType Modifier and Type Class Description classValueEnumTypeImplAn implementation of the model object 'Value Enum Type'.classValuesTypeImplAn implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValueEnumType Modifier and Type Field Description protected ValueEnumTypeRangeSetTypeImpl. nullValuesThe cached value of the 'Null Values' containment reference.Methods in net.opengis.wcs10.impl that return ValueEnumType Modifier and Type Method Description ValueEnumTypeWcs10FactoryImpl. createValueEnumType()ValueEnumTypeRangeSetTypeImpl. getNullValues()Methods in net.opengis.wcs10.impl with parameters of type ValueEnumType Modifier and Type Method Description NotificationChainRangeSetTypeImpl. 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 ValueEnumType Modifier and Type Method Description ObjectWcs10Switch. 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 ValueEnumType Modifier and Type Method Description booleanRangeSetTypeValidator. validateNullValues(ValueEnumType value)
-