Package uk.org.netex.www.netex
Enum Class Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase
java.lang.Object
java.lang.Enum<Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase>
uk.org.netex.www.netex.Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase>,Constable
public static enum Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase
extends Enum<Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase>
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
Modifier and TypeMethodDescriptionstatic Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCaseforNumber(int value) intstatic Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCasevalueOf(int value) Deprecated.static Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCaseReturns the enum constant of this class with the specified name.static Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FARE_TABLE_REF
public static final Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase FARE_TABLE_REF -
STANDARD_FARE_TABLE_REF
public static final Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase STANDARD_FARE_TABLE_REF -
FARETABLEREFSTRUCTURE_NOT_SET
public static final Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase FARETABLEREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase[] 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 Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase 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 Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase 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 Cells_RelStructure.ChoiceWrapper_Cells_RelStructure.CellInContextType.FareTableRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-