Package uk.org.netex.www.netex
Enum Class EquipmentPositionStructure.EquipmentRefStructureCase
java.lang.Object
java.lang.Enum<EquipmentPositionStructure.EquipmentRefStructureCase>
uk.org.netex.www.netex.EquipmentPositionStructure.EquipmentRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<EquipmentPositionStructure.EquipmentRefStructureCase>,Constable
- Enclosing class:
EquipmentPositionStructure
public static enum EquipmentPositionStructure.EquipmentRefStructureCase
extends Enum<EquipmentPositionStructure.EquipmentRefStructureCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
WHEELCHAIR_VEHICLE_REF
-
EQUIPMENT_REF
-
ACCESS_VEHICLE_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase ACCESS_VEHICLE_EQUIPMENT_REF -
ACTIVATED_EQUIPMENT_REF
-
ENTRANCE_EQUIPMENT_REF
-
RAMP_EQUIPMENT_REF
-
CROSSING_EQUIPMENT_REF
-
LIFT_EQUIPMENT_REF
-
ESCALATOR_EQUIPMENT_REF
-
TRAVELATOR_EQUIPMENT_REF
-
QUEUEING_EQUIPMENT_REF
-
STAIRCASE_EQUIPMENT_REF
-
ROUGH_SURFACE_REF
-
PLACE_LIGHTING_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase PLACE_LIGHTING_EQUIPMENT_REF -
PLACE_SIGN_REF
-
GENERAL_SIGN_REF
-
HEADING_SIGN_REF
-
SANITARY_EQUIPMENT_REF
-
PASSENGER_SAFETY_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase PASSENGER_SAFETY_EQUIPMENT_REF -
HELP_POINT_EQUIPMENT_REF
-
RUBBISH_DISPOSAL_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase RUBBISH_DISPOSAL_EQUIPMENT_REF -
SITE_EQUIPMENT_REF
-
WAITING_EQUIPMENT_REF
-
WAITING_ROOM_EQUIPMENT_REF
-
LUGGAGE_LOCKER_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase LUGGAGE_LOCKER_EQUIPMENT_REF -
SHELTER_EQUIPMENT_REF
-
SEATING_EQUIPMENT_REF
-
TROLLEY_STAND_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase TROLLEY_STAND_EQUIPMENT_REF -
TICKETING_EQUIPMENT_REF
-
TICKET_VALIDATOR_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase TICKET_VALIDATOR_EQUIPMENT_REF -
CYCLE_STORAGE_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase CYCLE_STORAGE_EQUIPMENT_REF -
VEHICLE_CHARGING_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase VEHICLE_CHARGING_EQUIPMENT_REF -
LOCAL_SERVICE_REF
-
TICKETING_SERVICE_REF
-
ASSISTANCE_SERVICE_REF
-
CUSTOMER_SERVICE_REF
-
COMPLAINTS_SERVICE_REF
-
LOST_PROPERTY_SERVICE_REF
-
LUGGAGE_SERVICE_REF
-
LEFT_LUGGAGE_SERVICE_REF
-
MEETING_POINT_SERVICE_REF
-
COMMUNICATION_SERVICE_REF
-
HIRE_SERVICE_REF
-
MONEY_SERVICE_REF
-
RETAIL_SERVICE_REF
-
CATERING_SERVICE_REF
-
PASSENGER_INFORMATION_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase PASSENGER_INFORMATION_EQUIPMENT_REF -
ASSISTANCE_BOOKING_SERVICE_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase ASSISTANCE_BOOKING_SERVICE_REF -
RETAIL_DEVICE_REF
-
VEHICLE_RELEASE_EQUIPMENT_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase VEHICLE_RELEASE_EQUIPMENT_REF -
REFUELLING_EQUIPMENT_REF
-
BATTERY_EQUIPMENT_REF
-
CAR_POOLING_SERVICE_REF
-
TAXI_SERVICE_REF
-
CHAUFFEURED_VEHICLE_SERVICE_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase CHAUFFEURED_VEHICLE_SERVICE_REF -
VEHICLE_SHARING_SERVICE_REF
public static final EquipmentPositionStructure.EquipmentRefStructureCase VEHICLE_SHARING_SERVICE_REF -
VEHICLE_RENTAL_SERVICE_REF
-
ONLINE_SERVICE_REF
-
EQUIPMENTREFSTRUCTURE_NOT_SET
public static final EquipmentPositionStructure.EquipmentRefStructureCase EQUIPMENTREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-