Package uk.org.netex.www.netex
Enum Class ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase
java.lang.Object
java.lang.Enum<ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase>
uk.org.netex.www.netex.ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase>,Constable
- Enclosing class:
ChoiceWrapper_DataObjects_RelStructure
public static enum ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase
extends Enum<ChoiceWrapper_DataObjects_RelStructure.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
-
Enum Constant Details
-
SERVICE_CALENDAR_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase SERVICE_CALENDAR_FRAME -
RESOURCE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase RESOURCE_FRAME -
GENERAL_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase GENERAL_FRAME -
INFRASTRUCTURE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase INFRASTRUCTURE_FRAME -
SITE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase SITE_FRAME -
TIMETABLE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase TIMETABLE_FRAME -
SERVICE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase SERVICE_FRAME -
VEHICLE_SCHEDULE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase VEHICLE_SCHEDULE_FRAME -
DRIVER_SCHEDULE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase DRIVER_SCHEDULE_FRAME -
FARE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase FARE_FRAME -
SALES_TRANSACTION_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase SALES_TRANSACTION_FRAME -
MOBILITY_SERVICE_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase MOBILITY_SERVICE_FRAME -
MOBILITY_JOURNEY_FRAME
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase MOBILITY_JOURNEY_FRAME -
COMMONVERSIONFRAMESTRUCTURE_NOT_SET
public static final ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase COMMONVERSIONFRAMESTRUCTURE_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
public static ChoiceWrapper_DataObjects_RelStructure.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 ChoiceWrapper_DataObjects_RelStructure.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 ChoiceWrapper_DataObjects_RelStructure.CommonVersionFrameStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-