Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.PollutantTypeEnum
-
Packages that use PollutantTypeEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of PollutantTypeEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as PollutantTypeEnum Modifier and Type Field Description protected PollutantTypeEnumPollutionMeasurement. pollutantTypeMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return PollutantTypeEnum Modifier and Type Method Description static PollutantTypeEnumPollutantTypeEnum. fromValue(String v)PollutantTypeEnumPollutionMeasurement. getPollutantType()Gets the value of the pollutantType property.static PollutantTypeEnumPollutantTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PollutantTypeEnum[]PollutantTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 with parameters of type PollutantTypeEnum Modifier and Type Method Description voidPollutionMeasurement. setPollutantType(PollutantTypeEnum value)Sets the value of the pollutantType property.
-