Uses of Class
uk.org.siri.siri21.AllModesEnumeration
-
Packages that use AllModesEnumeration Package Description uk.org.siri.siri21 -
-
Uses of AllModesEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type AllModesEnumeration Modifier and Type Field Description protected List<AllModesEnumeration>ModesStructure. modesMethods in uk.org.siri.siri21 that return AllModesEnumeration Modifier and Type Method Description static AllModesEnumerationAllModesEnumeration. fromValue(String v)static AllModesEnumerationAllModesEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static AllModesEnumeration[]AllModesEnumeration. 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 AllModesEnumeration Modifier and Type Method Description List<AllModesEnumeration>ModesStructure. getModes()Gets the value of the modes property.
-