Uses of Enum Class
net.opengis.wps20.ModeType
Packages that use ModeType
-
Uses of ModeType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type ModeTypeModifier and TypeFieldDescriptionModeType.VALUESA public read-only list of all the 'Mode Type' enumerators.Methods in net.opengis.wps20 that return ModeTypeModifier and TypeMethodDescriptionstatic ModeTypeModeType.get(int value) Returns the 'Mode Type' literal with the specified integer value.static ModeTypeReturns the 'Mode Type' literal with the specified literal value.static ModeTypeReturns the 'Mode Type' literal with the specified name.ExecuteRequestType.getMode()Returns the value of the 'Mode' attribute.static ModeTypeReturns the enum constant of this class with the specified name.static ModeType[]ModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wps20 with parameters of type ModeType -
Uses of ModeType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ModeTypeModifier and TypeFieldDescriptionprotected ModeTypeExecuteRequestTypeImpl.modeThe cached value of the 'Mode' attribute.protected static final ModeTypeExecuteRequestTypeImpl.MODE_EDEFAULTThe default value of the 'Mode' attribute.Methods in net.opengis.wps20.impl that return ModeTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createModeTypeFromString(EDataType eDataType, String initialValue) Wps20FactoryImpl.createModeTypeObjectFromString(EDataType eDataType, String initialValue) ExecuteRequestTypeImpl.getMode()Methods in net.opengis.wps20.impl with parameters of type ModeType -
Uses of ModeType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ModeTypeModifier and TypeMethodDescriptionbooleanWps20Validator.validateModeType(ModeType modeType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanWps20Validator.validateModeTypeObject(ModeType modeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)