Uses of Class
uk.org.siri.siri21.TimetableTypeEnumeration
-
Packages that use TimetableTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of TimetableTypeEnumeration in uk.org.siri.siri21
Methods in uk.org.siri.siri21 that return TimetableTypeEnumeration Modifier and Type Method Description static TimetableTypeEnumerationTimetableTypeEnumeration. fromValue(String v)static TimetableTypeEnumerationTimetableTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static TimetableTypeEnumeration[]TimetableTypeEnumeration. 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 TimetableTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TimetableTypeEnumeration>ObjectFactory. createTimetableType(TimetableTypeEnumeration value)Methods in uk.org.siri.siri21 with parameters of type TimetableTypeEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TimetableTypeEnumeration>ObjectFactory. createTimetableType(TimetableTypeEnumeration value)
-