Package uk.org.netex.www.netex
Enum Class VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase
java.lang.Object
java.lang.Enum<VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase>
uk.org.netex.www.netex.VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase>,Constable
- Enclosing class:
VehicleMeetingPlace_VersionStructure
public static enum VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase
extends Enum<VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase>
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_ELEMENT_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase SITE_ELEMENT_REF -
SITE_REF
-
SERVICE_SITE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase SERVICE_SITE_REF -
SITE_COMPONENT_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase SITE_COMPONENT_REF -
ENTRANCE_REF
-
VEHICLE_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_ENTRANCE_REF -
POINT_OF_INTEREST_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase POINT_OF_INTEREST_REF -
POINT_OF_INTEREST_SPACE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase POINT_OF_INTEREST_SPACE_REF -
POINT_OF_INTEREST_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase POINT_OF_INTEREST_ENTRANCE_REF -
POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF -
PARKING_REF
-
PARKING_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase PARKING_ENTRANCE_REF -
PARKING_PASSENGER_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase PARKING_PASSENGER_ENTRANCE_REF -
PARKING_ENTRANCE_FOR_VEHICLES_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase PARKING_ENTRANCE_FOR_VEHICLES_REF -
PARKING_AREA_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase PARKING_AREA_REF -
PARKING_BAY_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase PARKING_BAY_REF -
STOP_PLACE_REF
-
STOP_PLACE_SPACE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase STOP_PLACE_SPACE_REF -
QUAY_REF
-
ACCESS_SPACE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase ACCESS_SPACE_REF -
BOARDING_POSITION_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase BOARDING_POSITION_REF -
STOP_PLACE_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase STOP_PLACE_ENTRANCE_REF -
STOP_PLACE_VEHICLE_ENTRANCE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase STOP_PLACE_VEHICLE_ENTRANCE_REF -
VEHICLE_STOPPING_PLACE_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_STOPPING_PLACE_REF -
VEHICLE_STOPPING_POSITION_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_STOPPING_POSITION_REF -
TAXI_RANK_REF
-
TAXI_STAND_REF
-
TAXI_PARKING_AREA_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase TAXI_PARKING_AREA_REF -
VEHICLE_SHARING_PARKING_AREA_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_SHARING_PARKING_AREA_REF -
VEHICLE_POOLING_PARKING_AREA_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_POOLING_PARKING_AREA_REF -
VEHICLE_SHARING_PARKING_BAY_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_SHARING_PARKING_BAY_REF -
VEHICLE_POOLING_PARKING_BAY_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase VEHICLE_POOLING_PARKING_BAY_REF -
MONITORED_VEHICLE_SHARING_PARKING_BAY_REF
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase MONITORED_VEHICLE_SHARING_PARKING_BAY_REF -
SITEELEMENTREFSTRUCTURE_NOT_SET
public static final VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase SITEELEMENTREFSTRUCTURE_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 VehicleMeetingPlace_VersionStructure.SiteElementRefStructureCase 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
-