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