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