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