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