Package uk.org.netex.www.netex
Enum Class SectionInSequence_VersionedChildStructure.SectionRefStructureCase
java.lang.Object
java.lang.Enum<SectionInSequence_VersionedChildStructure.SectionRefStructureCase>
uk.org.netex.www.netex.SectionInSequence_VersionedChildStructure.SectionRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SectionInSequence_VersionedChildStructure.SectionRefStructureCase>,Constable
- Enclosing class:
SectionInSequence_VersionedChildStructure
public static enum SectionInSequence_VersionedChildStructure.SectionRefStructureCase
extends Enum<SectionInSequence_VersionedChildStructure.SectionRefStructureCase>
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
-
Enum Constant Details
-
SECTION_REF
-
GENERAL_SECTION_REF
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase GENERAL_SECTION_REF -
LINE_SECTION_REF
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase LINE_SECTION_REF -
COMMON_SECTION_REF
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase COMMON_SECTION_REF -
PARENT_COMMON_SECTION_REF
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase PARENT_COMMON_SECTION_REF -
FARE_SECTION_REF
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase FARE_SECTION_REF -
SECTIONREFSTRUCTURE_NOT_SET
public static final SectionInSequence_VersionedChildStructure.SectionRefStructureCase SECTIONREFSTRUCTURE_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 SectionInSequence_VersionedChildStructure.SectionRefStructureCase 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 SectionInSequence_VersionedChildStructure.SectionRefStructureCase 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 SectionInSequence_VersionedChildStructure.SectionRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-