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. VALUESA public read-only list of all the 'Mode Type' enumerators.Methods in net.opengis.wps20 that return ModeType Modifier and Type Method Description static ModeTypeModeType. get(int value)Returns the 'Mode Type' literal with the specified integer value.static ModeTypeModeType. get(String literal)Returns the 'Mode Type' literal with the specified literal value.static ModeTypeModeType. getByName(String name)Returns the 'Mode Type' literal with the specified name.ModeTypeExecuteRequestType. getMode()Returns the value of the 'Mode' attribute.static ModeTypeModeType. 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 voidExecuteRequestType. 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 ModeTypeExecuteRequestTypeImpl. modeThe cached value of the 'Mode' attribute.protected static ModeTypeExecuteRequestTypeImpl. MODE_EDEFAULTThe default value of the 'Mode' attribute.Methods in net.opengis.wps20.impl that return ModeType Modifier and Type Method Description ModeTypeWps20FactoryImpl. createModeTypeFromString(EDataType eDataType, String initialValue)ModeTypeWps20FactoryImpl. createModeTypeObjectFromString(EDataType eDataType, String initialValue)ModeTypeExecuteRequestTypeImpl. getMode()Methods in net.opengis.wps20.impl with parameters of type ModeType Modifier and Type Method Description voidExecuteRequestTypeImpl. 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 booleanWps20Validator. validateModeType(ModeType modeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWps20Validator. validateModeTypeObject(ModeType modeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-