Package uk.org.netex.www.netex
Enum Class Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase
java.lang.Object
java.lang.Enum<Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase>
uk.org.netex.www.netex.Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase>,Constable
- Enclosing class:
Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure
public static enum Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase
extends Enum<Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase>
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
Modifier and TypeMethodDescriptionstatic Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCaseforNumber(int value) intstatic Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCasevalueOf(int value) Deprecated.static Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCaseReturns the enum constant of this class with the specified name.static Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SERVICE_CALENDAR_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase SERVICE_CALENDAR_FRAME -
RESOURCE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase RESOURCE_FRAME -
GENERAL_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase GENERAL_FRAME -
INFRASTRUCTURE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase INFRASTRUCTURE_FRAME -
SITE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase SITE_FRAME -
TIMETABLE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase TIMETABLE_FRAME -
SERVICE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase SERVICE_FRAME -
VEHICLE_SCHEDULE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase VEHICLE_SCHEDULE_FRAME -
DRIVER_SCHEDULE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase DRIVER_SCHEDULE_FRAME -
FARE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase FARE_FRAME -
SALES_TRANSACTION_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase SALES_TRANSACTION_FRAME -
MOBILITY_SERVICE_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase MOBILITY_SERVICE_FRAME -
MOBILITY_JOURNEY_FRAME
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase MOBILITY_JOURNEY_FRAME -
COMMONVERSIONFRAMESTRUCTURE_NOT_SET
public static final Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase COMMONVERSIONFRAMESTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase[] 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 Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase 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 Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase 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 Frames_RelStructure.ChoiceWrapper_Common_VersionFrameStructure.CommonVersionFrameStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-