Package uk.org.netex.www.netex
Enum Class TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase
java.lang.Object
java.lang.Enum<TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase>
uk.org.netex.www.netex.TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase>,Constable
public static enum TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase
extends Enum<TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase>
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 TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCaseforNumber(int value) intstatic TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCasevalueOf(int value) Deprecated.static TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCaseReturns the enum constant of this class with the specified name.static TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRANSPORT_TYPE_REF
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase TRANSPORT_TYPE_REF -
VEHICLE_TYPE_REF
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase VEHICLE_TYPE_REF -
SIMPLE_VEHICLE_TYPE_REF
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase SIMPLE_VEHICLE_TYPE_REF -
TRAIN_REF
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase TRAIN_REF -
COMPOUND_TRAIN_REF
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase COMPOUND_TRAIN_REF -
TRANSPORTTYPEREFSTRUCTURE_NOT_SET
public static final TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase TRANSPORTTYPEREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase[] 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 TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase 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 TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase 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 TransportTypeRefs_RelStructure.ChoiceWrapper_TransportTypeRefStructure.TransportTypeRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-