Package uk.org.netex.www.netex
Enum Class TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase
java.lang.Object
java.lang.Enum<TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase>
uk.org.netex.www.netex.TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase>,Constable
public static enum TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase
extends Enum<TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase>
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 TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCaseforNumber(int value) intstatic TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCasevalueOf(int value) Deprecated.static TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCaseReturns the enum constant of this class with the specified name.static TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCESS
public static final TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase ACCESS -
SITE_CONNECTION
public static final TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase SITE_CONNECTION -
DEFAULT_CONNECTION
public static final TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase DEFAULT_CONNECTION -
CONNECTION
public static final TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase CONNECTION -
TRANSFERVERSIONSTRUCTURE_NOT_SET
public static final TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase TRANSFERVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase[] 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 TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase 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 TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase 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 TransfersInFrame_RelStructure.ChoiceWrapper_Transfer_VersionStructure.TransferVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-