Package uk.org.netex.www.netex
Enum Class VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase
java.lang.Object
java.lang.Enum<VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase>
uk.org.netex.www.netex.VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase>,Constable
- Enclosing class:
VehicleMeetingPointInPath_VersionStructure
public static enum VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase
extends Enum<VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase>
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
-
POINT_REF
-
ROUTE_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase ROUTE_POINT_REF -
ACTIVATION_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase ACTIVATION_POINT_REF -
BEACON_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase BEACON_POINT_REF -
TRAFFIC_CONTROL_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase TRAFFIC_CONTROL_POINT_REF -
RAILWAY_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase RAILWAY_POINT_REF -
ROAD_POINT_REF
-
WIRE_POINT_REF
-
TIMING_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase TIMING_POINT_REF -
RELIEF_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase RELIEF_POINT_REF -
PARKING_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase PARKING_POINT_REF -
GARAGE_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase GARAGE_POINT_REF -
SCHEDULED_STOP_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase SCHEDULED_STOP_POINT_REF -
FARE_SCHEDULED_STOP_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase FARE_SCHEDULED_STOP_POINT_REF -
BORDER_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase BORDER_POINT_REF -
VEHICLE_MEETING_POINT_REF
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase VEHICLE_MEETING_POINT_REF -
POINTREFSTRUCTURE_NOT_SET
public static final VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase POINTREFSTRUCTURE_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 VehicleMeetingPointInPath_VersionStructure.PointRefStructureCase 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
-