Uses of Class
eu.datex2.siri13.schema._1_0._1_0.DayEnum
-
Packages that use DayEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of DayEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as DayEnum Modifier and Type Field Description protected DayEnumAtoD. dayEnumFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type DayEnum Modifier and Type Field Description protected List<DayEnum>DayWeekMonth. applicableDaiesMethods in eu.datex2.siri13.schema._1_0._1_0 that return DayEnum Modifier and Type Method Description static DayEnumDayEnum. fromValue(String v)DayEnumAtoD. getDayEnum()Gets the value of the dayEnum property.static DayEnumDayEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DayEnum[]DayEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 that return types with arguments of type DayEnum Modifier and Type Method Description List<DayEnum>DayWeekMonth. getApplicableDaies()Gets the value of the applicableDaies property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type DayEnum Modifier and Type Method Description voidAtoD. setDayEnum(DayEnum value)Sets the value of the dayEnum property.
-