Package uk.org.netex.www.netex
Enum Class EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase
java.lang.Object
java.lang.Enum<EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase>
uk.org.netex.www.netex.EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase>,Constable
- Enclosing class:
EstimatedPassingTimeType
public static enum EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase
extends Enum<EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase>
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 Constants -
Method Summary
-
Enum Constant Details
-
POINT_IN_JOURNEY_PATTERN_REF
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase POINT_IN_JOURNEY_PATTERN_REF -
TIMING_POINT_IN_JOURNEY_PATTERN_REF
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase TIMING_POINT_IN_JOURNEY_PATTERN_REF -
STOP_POINT_IN_JOURNEY_PATTERN_REF
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase STOP_POINT_IN_JOURNEY_PATTERN_REF -
FARE_POINT_IN_PATTERN_REF
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase FARE_POINT_IN_PATTERN_REF -
POINT_IN_SINGLE_JOURNEY_PATH_REF
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase POINT_IN_SINGLE_JOURNEY_PATH_REF -
POINTINJOURNEYPATTERNREFSTRUCTURE_NOT_SET
public static final EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase POINTINJOURNEYPATTERNREFSTRUCTURE_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 EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase 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
-