Uses of Class
uk.org.siri.siri10.DayTypeEnumeration
-
Packages that use DayTypeEnumeration Package Description uk.org.siri.siri10 -
-
Uses of DayTypeEnumeration in uk.org.siri.siri10
Methods in uk.org.siri.siri10 that return DayTypeEnumeration Modifier and Type Method Description static DayTypeEnumerationDayTypeEnumeration. fromValue(String v)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.siri10 that return types with arguments of type DayTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DayTypeEnumeration>ObjectFactory. createDayType(DayTypeEnumeration value)Methods in uk.org.siri.siri10 with parameters of type DayTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DayTypeEnumeration>ObjectFactory. createDayType(DayTypeEnumeration value)
-