Uses of Class
eu.datex2.siri14.schema._1_0._1_0.PollutantTypeEnum
-
Packages that use PollutantTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of PollutantTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as PollutantTypeEnum Modifier and Type Field Description protected PollutantTypeEnumPollutionMeasurement. pollutantTypeprotected PollutantTypeEnumNtoR. pollutantTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return PollutantTypeEnum Modifier and Type Method Description static PollutantTypeEnumPollutantTypeEnum. fromValue(String v)PollutantTypeEnumPollutionMeasurement. getPollutantType()Gets the value of the pollutantType property.PollutantTypeEnumNtoR. getPollutantTypeEnum()Gets the value of the pollutantTypeEnum 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.siri14.schema._1_0._1_0 with parameters of type PollutantTypeEnum Modifier and Type Method Description voidPollutionMeasurement. setPollutantType(PollutantTypeEnum value)Sets the value of the pollutantType property.voidNtoR. setPollutantTypeEnum(PollutantTypeEnum value)Sets the value of the pollutantTypeEnum property.
-