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. VALUES
A 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 DataTransmissionModeType
DataTransmissionModeType. get(int value)
Returns the 'Data Transmission Mode Type' literal with the specified integer value.static DataTransmissionModeType
DataTransmissionModeType. get(String literal)
Returns the 'Data Transmission Mode Type' literal with the specified literal value.static DataTransmissionModeType
DataTransmissionModeType. getByName(String name)
Returns the 'Data Transmission Mode Type' literal with the specified name.DataTransmissionModeType
OutputDefinitionType. getTransmission()
Returns the value of the 'Transmission' attribute.static DataTransmissionModeType
DataTransmissionModeType. 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 void
OutputDefinitionType. 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 void
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 DataTransmissionModeType Modifier and Type Field Description protected DataTransmissionModeType
OutputDefinitionTypeImpl. transmission
The cached value of the 'Transmission
' attribute.protected static DataTransmissionModeType
OutputDefinitionTypeImpl. TRANSMISSION_EDEFAULT
The 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_EDEFAULT
The default value of the 'Output Transmission
' attribute.protected static 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 DataTransmissionModeType Modifier and Type Method Description DataTransmissionModeType
Wps20FactoryImpl. createDataTransmissionModeTypeFromString(EDataType eDataType, String initialValue)
DataTransmissionModeType
Wps20FactoryImpl. createDataTransmissionModeTypeObjectFromString(EDataType eDataType, String initialValue)
DataTransmissionModeType
OutputDefinitionTypeImpl. 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 void
OutputDefinitionTypeImpl. setTransmission(DataTransmissionModeType newTransmission)
Method parameters in net.opengis.wps20.impl with type arguments of type DataTransmissionModeType Modifier and Type Method Description void
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 DataTransmissionModeType Modifier and Type Method Description boolean
Wps20Validator. validateDataTransmissionModeType(DataTransmissionModeType dataTransmissionModeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wps20Validator. validateDataTransmissionModeTypeObject(DataTransmissionModeType dataTransmissionModeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-