Package uk.org.netex.www.netex
Enum Class PointOnLineSection_VersionedChildStructure.PointVersionStructureCase
java.lang.Object
java.lang.Enum<PointOnLineSection_VersionedChildStructure.PointVersionStructureCase>
uk.org.netex.www.netex.PointOnLineSection_VersionedChildStructure.PointVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<PointOnLineSection_VersionedChildStructure.PointVersionStructureCase>,Constable
- Enclosing class:
PointOnLineSection_VersionedChildStructure
public static enum PointOnLineSection_VersionedChildStructure.PointVersionStructureCase
extends Enum<PointOnLineSection_VersionedChildStructure.PointVersionStructureCase>
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
-
ACTIVATION_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase ACTIVATION_POINT -
BEACON_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase BEACON_POINT -
TRAFFIC_CONTROL_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase TRAFFIC_CONTROL_POINT -
RAILWAY_JUNCTION
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase RAILWAY_JUNCTION -
ROAD_JUNCTION
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase ROAD_JUNCTION -
WIRE_JUNCTION
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase WIRE_JUNCTION -
TIMING_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase TIMING_POINT -
RELIEF_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase RELIEF_POINT -
PARKING_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase PARKING_POINT -
GARAGE_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase GARAGE_POINT -
ROUTE_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase ROUTE_POINT -
PATH_JUNCTION
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase PATH_JUNCTION -
SCHEDULED_STOP_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase SCHEDULED_STOP_POINT -
FARE_SCHEDULED_STOP_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase FARE_SCHEDULED_STOP_POINT -
BORDER_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase BORDER_POINT -
VEHICLE_MEETING_POINT
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase VEHICLE_MEETING_POINT -
POINTVERSIONSTRUCTURE_NOT_SET
public static final PointOnLineSection_VersionedChildStructure.PointVersionStructureCase POINTVERSIONSTRUCTURE_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
public static PointOnLineSection_VersionedChildStructure.PointVersionStructureCase 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 PointOnLineSection_VersionedChildStructure.PointVersionStructureCase 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 PointOnLineSection_VersionedChildStructure.PointVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-