Package uk.org.netex.www.netex
Enum Class PassengerInformationEquipmentType.SiteComponentRefStructureCase
java.lang.Object
java.lang.Enum<PassengerInformationEquipmentType.SiteComponentRefStructureCase>
uk.org.netex.www.netex.PassengerInformationEquipmentType.SiteComponentRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<PassengerInformationEquipmentType.SiteComponentRefStructureCase>,Constable
- Enclosing class:
PassengerInformationEquipmentType
public static enum PassengerInformationEquipmentType.SiteComponentRefStructureCase
extends Enum<PassengerInformationEquipmentType.SiteComponentRefStructureCase>
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
-
SITE_COMPONENT_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase SITE_COMPONENT_REF -
ENTRANCE_REF
-
VEHICLE_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_ENTRANCE_REF -
POINT_OF_INTEREST_SPACE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase POINT_OF_INTEREST_SPACE_REF -
POINT_OF_INTEREST_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase POINT_OF_INTEREST_ENTRANCE_REF -
POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF -
PARKING_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase PARKING_ENTRANCE_REF -
PARKING_PASSENGER_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase PARKING_PASSENGER_ENTRANCE_REF -
PARKING_ENTRANCE_FOR_VEHICLES_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase PARKING_ENTRANCE_FOR_VEHICLES_REF -
PARKING_BAY_REF
-
STOP_PLACE_SPACE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase STOP_PLACE_SPACE_REF -
QUAY_REF
-
ACCESS_SPACE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase ACCESS_SPACE_REF -
BOARDING_POSITION_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase BOARDING_POSITION_REF -
STOP_PLACE_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase STOP_PLACE_ENTRANCE_REF -
STOP_PLACE_VEHICLE_ENTRANCE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase STOP_PLACE_VEHICLE_ENTRANCE_REF -
VEHICLE_STOPPING_PLACE_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_STOPPING_PLACE_REF -
VEHICLE_STOPPING_POSITION_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_STOPPING_POSITION_REF -
PARKING_AREA_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase PARKING_AREA_REF -
TAXI_STAND_REF
-
TAXI_PARKING_AREA_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase TAXI_PARKING_AREA_REF -
VEHICLE_SHARING_PARKING_AREA_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_SHARING_PARKING_AREA_REF -
VEHICLE_POOLING_PARKING_AREA_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_POOLING_PARKING_AREA_REF -
VEHICLE_SHARING_PARKING_BAY_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_SHARING_PARKING_BAY_REF -
VEHICLE_POOLING_PARKING_BAY_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase VEHICLE_POOLING_PARKING_BAY_REF -
MONITORED_VEHICLE_SHARING_PARKING_BAY_REF
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase MONITORED_VEHICLE_SHARING_PARKING_BAY_REF -
SITECOMPONENTREFSTRUCTURE_NOT_SET
public static final PassengerInformationEquipmentType.SiteComponentRefStructureCase SITECOMPONENTREFSTRUCTURE_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 public static PassengerInformationEquipmentType.SiteComponentRefStructureCase valueOf(int value) 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
-