Uses of Class
eu.datex2.siri14.schema._1_0._1_0.PrecipitationTypeEnum
-
Packages that use PrecipitationTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of PrecipitationTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as PrecipitationTypeEnum Modifier and Type Field Description protected PrecipitationTypeEnumPrecipitationDetail. precipitationTypeprotected PrecipitationTypeEnumNtoR. precipitationTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return PrecipitationTypeEnum Modifier and Type Method Description static PrecipitationTypeEnumPrecipitationTypeEnum. fromValue(String v)PrecipitationTypeEnumPrecipitationDetail. getPrecipitationType()Gets the value of the precipitationType property.PrecipitationTypeEnumNtoR. getPrecipitationTypeEnum()Gets the value of the precipitationTypeEnum property.static PrecipitationTypeEnumPrecipitationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrecipitationTypeEnum[]PrecipitationTypeEnum. 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 PrecipitationTypeEnum Modifier and Type Method Description voidPrecipitationDetail. setPrecipitationType(PrecipitationTypeEnum value)Sets the value of the precipitationType property.voidNtoR. setPrecipitationTypeEnum(PrecipitationTypeEnum value)Sets the value of the precipitationTypeEnum property.
-