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