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.VALUESA public read-only list of all the 'Containment Type' enumerators.Methods in net.opengis.wcs20 that return ContainmentTypeModifier and TypeMethodDescriptionstatic ContainmentTypeContainmentType.get(int value) Returns the 'Containment Type' literal with the specified integer value.static ContainmentTypeReturns the 'Containment Type' literal with the specified literal value.static ContainmentTypeReturns the 'Containment Type' literal with the specified name.static ContainmentTypeReturns 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 TypeMethodDescriptionbooleanWcs20Validator.validateContainmentType(ContainmentType containmentType, DiagnosticChain diagnostics, Map<Object, Object> context)