Uses of Class
net.opengis.wps20.ModeType
-
Packages that use ModeType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ModeType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type ModeType Modifier and Type Field Description static List<ModeType>
ModeType. VALUES
A public read-only list of all the 'Mode Type' enumerators.Methods in net.opengis.wps20 that return ModeType Modifier and Type Method Description static ModeType
ModeType. get(int value)
Returns the 'Mode Type' literal with the specified integer value.static ModeType
ModeType. get(String literal)
Returns the 'Mode Type' literal with the specified literal value.static ModeType
ModeType. getByName(String name)
Returns the 'Mode Type' literal with the specified name.ModeType
ExecuteRequestType. getMode()
Returns the value of the 'Mode' attribute.static ModeType
ModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModeType[]
ModeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wps20 with parameters of type ModeType Modifier and Type Method Description void
ExecuteRequestType. setMode(ModeType value)
Sets the value of the 'Mode
' attribute. -
Uses of ModeType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ModeType Modifier and Type Field Description protected ModeType
ExecuteRequestTypeImpl. mode
The cached value of the 'Mode
' attribute.protected static ModeType
ExecuteRequestTypeImpl. MODE_EDEFAULT
The default value of the 'Mode
' attribute.Methods in net.opengis.wps20.impl that return ModeType Modifier and Type Method Description ModeType
Wps20FactoryImpl. createModeTypeFromString(EDataType eDataType, String initialValue)
ModeType
Wps20FactoryImpl. createModeTypeObjectFromString(EDataType eDataType, String initialValue)
ModeType
ExecuteRequestTypeImpl. getMode()
Methods in net.opengis.wps20.impl with parameters of type ModeType Modifier and Type Method Description void
ExecuteRequestTypeImpl. setMode(ModeType newMode)
-
Uses of ModeType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ModeType Modifier and Type Method Description boolean
Wps20Validator. validateModeType(ModeType modeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wps20Validator. validateModeTypeObject(ModeType modeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-