Uses of Class
net.opengis.wps20.DataTransmissionModeType
-
Packages that use DataTransmissionModeType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataTransmissionModeType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type DataTransmissionModeType Modifier and Type Field Description static List<DataTransmissionModeType>DataTransmissionModeType. VALUESA public read-only list of all the 'Data Transmission Mode Type' enumerators.Methods in net.opengis.wps20 that return DataTransmissionModeType Modifier and Type Method Description static DataTransmissionModeTypeDataTransmissionModeType. get(int value)Returns the 'Data Transmission Mode Type' literal with the specified integer value.static DataTransmissionModeTypeDataTransmissionModeType. get(String literal)Returns the 'Data Transmission Mode Type' literal with the specified literal value.static DataTransmissionModeTypeDataTransmissionModeType. getByName(String name)Returns the 'Data Transmission Mode Type' literal with the specified name.DataTransmissionModeTypeOutputDefinitionType. getTransmission()Returns the value of the 'Transmission' attribute.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.wps20 that return types with arguments of type DataTransmissionModeType Modifier and Type Method Description List<DataTransmissionModeType>ProcessOfferingType. getOutputTransmission()Returns the value of the 'Output Transmission' attribute.List<DataTransmissionModeType>ProcessSummaryType. getOutputTransmission()Returns the value of the 'Output Transmission' attribute.Methods in net.opengis.wps20 with parameters of type DataTransmissionModeType Modifier and Type Method Description voidOutputDefinitionType. setTransmission(DataTransmissionModeType value)Sets the value of the 'Transmission' attribute.Method parameters in net.opengis.wps20 with type arguments of type DataTransmissionModeType Modifier and Type Method Description voidProcessOfferingType. setOutputTransmission(List<DataTransmissionModeType> value)Sets the value of the 'Output Transmission' attribute.voidProcessSummaryType. 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 DataTransmissionModeType Modifier and Type Field Description protected DataTransmissionModeTypeOutputDefinitionTypeImpl. transmissionThe cached value of the 'Transmission' attribute.protected static DataTransmissionModeTypeOutputDefinitionTypeImpl. TRANSMISSION_EDEFAULTThe default value of the 'Transmission' attribute.Fields in net.opengis.wps20.impl with type parameters of type DataTransmissionModeType Modifier and Type Field Description protected static List<DataTransmissionModeType>ProcessOfferingTypeImpl. OUTPUT_TRANSMISSION_EDEFAULTThe default value of the 'Output Transmission' attribute.protected static List<DataTransmissionModeType>ProcessSummaryTypeImpl. OUTPUT_TRANSMISSION_EDEFAULTThe default value of the 'Output Transmission' attribute.protected List<DataTransmissionModeType>ProcessOfferingTypeImpl. outputTransmissionThe cached value of the 'Output Transmission' attribute.protected List<DataTransmissionModeType>ProcessSummaryTypeImpl. outputTransmissionThe cached value of the 'Output Transmission' attribute.Methods in net.opengis.wps20.impl that return DataTransmissionModeType Modifier and Type Method Description DataTransmissionModeTypeWps20FactoryImpl. createDataTransmissionModeTypeFromString(EDataType eDataType, String initialValue)DataTransmissionModeTypeWps20FactoryImpl. createDataTransmissionModeTypeObjectFromString(EDataType eDataType, String initialValue)DataTransmissionModeTypeOutputDefinitionTypeImpl. getTransmission()Methods in net.opengis.wps20.impl that return types with arguments of type DataTransmissionModeType Modifier and Type Method Description List<DataTransmissionModeType>Wps20FactoryImpl. createOutputTransmissionTypeFromString(EDataType eDataType, String initialValue)List<DataTransmissionModeType>ProcessOfferingTypeImpl. getOutputTransmission()List<DataTransmissionModeType>ProcessSummaryTypeImpl. getOutputTransmission()Methods in net.opengis.wps20.impl with parameters of type DataTransmissionModeType Modifier and Type Method Description voidOutputDefinitionTypeImpl. setTransmission(DataTransmissionModeType newTransmission)Method parameters in net.opengis.wps20.impl with type arguments of type DataTransmissionModeType Modifier and Type Method Description voidProcessOfferingTypeImpl. setOutputTransmission(List<DataTransmissionModeType> newOutputTransmission)voidProcessSummaryTypeImpl. setOutputTransmission(List<DataTransmissionModeType> newOutputTransmission) -
Uses of DataTransmissionModeType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataTransmissionModeType Modifier and Type Method Description booleanWps20Validator. validateDataTransmissionModeType(DataTransmissionModeType dataTransmissionModeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWps20Validator. validateDataTransmissionModeTypeObject(DataTransmissionModeType dataTransmissionModeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-