Uses of Enum Class
net.opengis.wps20.DataTransmissionModeType
Packages that use DataTransmissionModeType
-
Uses of DataTransmissionModeType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type DataTransmissionModeTypeModifier and TypeFieldDescriptionstatic final List<DataTransmissionModeType>
DataTransmissionModeType.VALUES
A public read-only list of all the 'Data Transmission Mode Type' enumerators.Methods in net.opengis.wps20 that return DataTransmissionModeTypeModifier and TypeMethodDescriptionstatic DataTransmissionModeType
DataTransmissionModeType.get
(int value) Returns the 'Data Transmission Mode Type' literal with the specified integer value.static DataTransmissionModeType
Returns the 'Data Transmission Mode Type' literal with the specified literal value.static DataTransmissionModeType
Returns the 'Data Transmission Mode Type' literal with the specified name.OutputDefinitionType.getTransmission()
Returns the value of the 'Transmission' attribute.static DataTransmissionModeType
Returns the enum constant of this class with the specified name.static DataTransmissionModeType[]
DataTransmissionModeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wps20 that return types with arguments of type DataTransmissionModeTypeModifier and TypeMethodDescriptionProcessOfferingType.getOutputTransmission()
Returns the value of the 'Output Transmission' attribute.ProcessSummaryType.getOutputTransmission()
Returns the value of the 'Output Transmission' attribute.Methods in net.opengis.wps20 with parameters of type DataTransmissionModeTypeModifier and TypeMethodDescriptionvoid
OutputDefinitionType.setTransmission
(DataTransmissionModeType value) Sets the value of the 'Transmission
' attribute.Method parameters in net.opengis.wps20 with type arguments of type DataTransmissionModeTypeModifier and TypeMethodDescriptionvoid
ProcessOfferingType.setOutputTransmission
(List<DataTransmissionModeType> value) Sets the value of the 'Output Transmission
' attribute.void
ProcessSummaryType.setOutputTransmission
(List<DataTransmissionModeType> value) Sets the value of the 'Output Transmission
' attribute. -
Uses of DataTransmissionModeType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as DataTransmissionModeTypeModifier and TypeFieldDescriptionprotected DataTransmissionModeType
OutputDefinitionTypeImpl.transmission
The cached value of the 'Transmission
' attribute.protected static final DataTransmissionModeType
OutputDefinitionTypeImpl.TRANSMISSION_EDEFAULT
The default value of the 'Transmission
' attribute.Fields in net.opengis.wps20.impl with type parameters of type DataTransmissionModeTypeModifier and TypeFieldDescriptionprotected static final List<DataTransmissionModeType>
ProcessOfferingTypeImpl.OUTPUT_TRANSMISSION_EDEFAULT
The default value of the 'Output Transmission
' attribute.protected static final List<DataTransmissionModeType>
ProcessSummaryTypeImpl.OUTPUT_TRANSMISSION_EDEFAULT
The default value of the 'Output Transmission
' attribute.protected List<DataTransmissionModeType>
ProcessOfferingTypeImpl.outputTransmission
The cached value of the 'Output Transmission
' attribute.protected List<DataTransmissionModeType>
ProcessSummaryTypeImpl.outputTransmission
The cached value of the 'Output Transmission
' attribute.Methods in net.opengis.wps20.impl that return DataTransmissionModeTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createDataTransmissionModeTypeFromString
(EDataType eDataType, String initialValue) Wps20FactoryImpl.createDataTransmissionModeTypeObjectFromString
(EDataType eDataType, String initialValue) OutputDefinitionTypeImpl.getTransmission()
Methods in net.opengis.wps20.impl that return types with arguments of type DataTransmissionModeTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createOutputTransmissionTypeFromString
(EDataType eDataType, String initialValue) ProcessOfferingTypeImpl.getOutputTransmission()
ProcessSummaryTypeImpl.getOutputTransmission()
Methods in net.opengis.wps20.impl with parameters of type DataTransmissionModeTypeModifier and TypeMethodDescriptionvoid
OutputDefinitionTypeImpl.setTransmission
(DataTransmissionModeType newTransmission) Method parameters in net.opengis.wps20.impl with type arguments of type DataTransmissionModeTypeModifier and TypeMethodDescriptionvoid
ProcessOfferingTypeImpl.setOutputTransmission
(List<DataTransmissionModeType> newOutputTransmission) void
ProcessSummaryTypeImpl.setOutputTransmission
(List<DataTransmissionModeType> newOutputTransmission) -
Uses of DataTransmissionModeType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataTransmissionModeTypeModifier and TypeMethodDescriptionboolean
Wps20Validator.validateDataTransmissionModeType
(DataTransmissionModeType dataTransmissionModeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wps20Validator.validateDataTransmissionModeTypeObject
(DataTransmissionModeType dataTransmissionModeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)