Uses of Enum Class
net.opengis.wcs20.ContainmentType
Packages that use ContainmentType
-
Uses of ContainmentType in net.opengis.wcs20
Fields in net.opengis.wcs20 with type parameters of type ContainmentTypeModifier and TypeFieldDescriptionstatic final List<ContainmentType>
ContainmentType.VALUES
A public read-only list of all the 'Containment Type' enumerators.Methods in net.opengis.wcs20 that return ContainmentTypeModifier and TypeMethodDescriptionstatic ContainmentType
ContainmentType.get
(int value) Returns the 'Containment Type' literal with the specified integer value.static ContainmentType
Returns the 'Containment Type' literal with the specified literal value.static ContainmentType
Returns the 'Containment Type' literal with the specified name.static ContainmentType
Returns the enum constant of this class with the specified name.static ContainmentType[]
ContainmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContainmentType in net.opengis.wcs20.impl
Methods in net.opengis.wcs20.impl that return ContainmentTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createContainmentTypeFromString
(EDataType eDataType, String initialValue) -
Uses of ContainmentType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ContainmentTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateContainmentType
(ContainmentType containmentType, DiagnosticChain diagnostics, Map<Object, Object> context)