Uses of Class
uk.org.siri.siri13.OccupancyEnumeration
-
Packages that use OccupancyEnumeration Package Description uk.org.siri.siri13 -
-
Uses of OccupancyEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as OccupancyEnumeration Modifier and Type Field Description protected OccupancyEnumerationEstimatedCall. occupancyprotected OccupancyEnumerationEstimatedVehicleJourney. occupancyprotected OccupancyEnumerationMonitoredVehicleJourneyStructure. occupancyMethods in uk.org.siri.siri13 that return OccupancyEnumeration Modifier and Type Method Description static OccupancyEnumerationOccupancyEnumeration. fromValue(String v)OccupancyEnumerationEstimatedCall. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationEstimatedVehicleJourney. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationMonitoredVehicleJourneyStructure. getOccupancy()Gets the value of the occupancy property.static OccupancyEnumerationOccupancyEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static OccupancyEnumeration[]OccupancyEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri13 with parameters of type OccupancyEnumeration Modifier and Type Method Description voidEstimatedCall. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidEstimatedVehicleJourney. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidMonitoredVehicleJourneyStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.
-