Package uk.org.netex.www.netex
Enum Class TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
java.lang.Object
java.lang.Enum<TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase>
uk.org.netex.www.netex.TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase>,Constable
- Enclosing class:
TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure
public static enum TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
extends Enum<TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.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
-
TIMING_POINT
public static final TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase TIMING_POINT -
RELIEF_POINT
public static final TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase RELIEF_POINT -
PARKING_POINT
public static final TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase PARKING_POINT -
GARAGE_POINT
public static final TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase GARAGE_POINT -
POINTVERSIONSTRUCTURE_NOT_SET
public static final TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase POINTVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase[] 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 TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.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 TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.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 TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-