Uses of Class
net.opengis.wps.v_2_0.DataTransmissionModeType
-
-
Uses of DataTransmissionModeType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 declared as DataTransmissionModeType Modifier and Type Field Description protected DataTransmissionModeTypeOutputDefinitionType. transmissionFields in net.opengis.wps.v_2_0 with type parameters of type DataTransmissionModeType Modifier and Type Field Description protected List<DataTransmissionModeType>ProcessOffering. outputTransmissionprotected List<DataTransmissionModeType>ProcessSummaryType. outputTransmissionMethods in net.opengis.wps.v_2_0 that return DataTransmissionModeType Modifier and Type Method Description static DataTransmissionModeTypeDataTransmissionModeType. fromValue(String v)DataTransmissionModeTypeOutputDefinitionType. getTransmission()Gets the value of the transmission property.static DataTransmissionModeTypeDataTransmissionModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTransmissionModeType[]DataTransmissionModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wps.v_2_0 that return types with arguments of type DataTransmissionModeType Modifier and Type Method Description List<DataTransmissionModeType>ProcessOffering. getOutputTransmission()Gets the value of the outputTransmission property.List<DataTransmissionModeType>ProcessSummaryType. getOutputTransmission()Gets the value of the outputTransmission property.Methods in net.opengis.wps.v_2_0 with parameters of type DataTransmissionModeType Modifier and Type Method Description voidOutputDefinitionType. setTransmission(DataTransmissionModeType value)Sets the value of the transmission property.ProcessOfferingProcessOffering. withOutputTransmission(DataTransmissionModeType... values)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(DataTransmissionModeType... values)OutputDefinitionTypeOutputDefinitionType. withTransmission(DataTransmissionModeType value)Method parameters in net.opengis.wps.v_2_0 with type arguments of type DataTransmissionModeType Modifier and Type Method Description voidProcessOffering. setOutputTransmission(List<DataTransmissionModeType> value)voidProcessSummaryType. setOutputTransmission(List<DataTransmissionModeType> value)ProcessOfferingProcessOffering. withOutputTransmission(Collection<DataTransmissionModeType> values)ProcessOfferingProcessOffering. withOutputTransmission(List<DataTransmissionModeType> value)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(Collection<DataTransmissionModeType> values)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(List<DataTransmissionModeType> value)Constructors in net.opengis.wps.v_2_0 with parameters of type DataTransmissionModeType Constructor Description OutputDefinitionType(OutputDefinitionType output, String id, DataTransmissionModeType transmission, String mimeType, String encoding, String schema)Fully-initialising value constructor
-