public static enum TransitStopInfo.Attribute extends java.lang.Enum<TransitStopInfo.Attribute>
| Modifier and Type | Method and Description |
|---|---|
static TransitStopInfo.Attribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitStopInfo.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitStopInfo.Attribute CONNECTED_STOP
public static final TransitStopInfo.Attribute INTER_STOPS_TRANSFER
public static final TransitStopInfo.Attribute TERMINATING_STOP
public static final TransitStopInfo.Attribute DEPARTING_STOP
public static final TransitStopInfo.Attribute PAY_CAR_PARKING
public static final TransitStopInfo.Attribute FREE_CAR_PARKING
public static final TransitStopInfo.Attribute BICYCLE_PARKING
public static final TransitStopInfo.Attribute SMOKING_ALLOWED
public static final TransitStopInfo.Attribute TOILETS
public static final TransitStopInfo.Attribute WIRELESS_INTERNET
public static final TransitStopInfo.Attribute CELLULAR_SERVICE
public static final TransitStopInfo.Attribute TICKET_MACHINES
public static final TransitStopInfo.Attribute LUGGAGE_LOCKERS
public static final TransitStopInfo.Attribute LUGGAGE_CHECKS
public static final TransitStopInfo.Attribute ATTENDANT_BOOTH
public static final TransitStopInfo.Attribute SHOPS
public static final TransitStopInfo.Attribute OUTDOOR
public static final TransitStopInfo.Attribute COVERED
public static final TransitStopInfo.Attribute PEDESTRIAN_RAMPS
public static final TransitStopInfo.Attribute ELEVATORS
public static final TransitStopInfo.Attribute ESCALATORS
public static final TransitStopInfo.Attribute STAIRS
public static TransitStopInfo.Attribute[] values()
for (TransitStopInfo.Attribute c : TransitStopInfo.Attribute.values()) System.out.println(c);
public static TransitStopInfo.Attribute valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null