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