Uses of Class
uk.org.siri.siri21.DayTypeEnumeration
-
Packages that use DayTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of DayTypeEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type DayTypeEnumeration Modifier and Type Field Description protected List<DayTypeEnumeration>PtSituationElement.Repetitions. dayTypesMethods in uk.org.siri.siri21 that return DayTypeEnumeration Modifier and Type Method Description static DayTypeEnumerationDayTypeEnumeration. fromValue(String v)DayTypeEnumerationDaysOfWeekEnumerationx. value()DayTypeEnumerationHolidayTypeEnumerationx. value()static DayTypeEnumerationDayTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static DayTypeEnumeration[]DayTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 that return types with arguments of type DayTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DayTypeEnumeration>ObjectFactory. createDayType(DayTypeEnumeration value)List<DayTypeEnumeration>PtSituationElement.Repetitions. getDayTypes()Gets the value of the dayTypes property.Methods in uk.org.siri.siri21 with parameters of type DayTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DayTypeEnumeration>ObjectFactory. createDayType(DayTypeEnumeration value)static DaysOfWeekEnumerationxDaysOfWeekEnumerationx. fromValue(DayTypeEnumeration v)static HolidayTypeEnumerationxHolidayTypeEnumerationx. fromValue(DayTypeEnumeration v)
-