Package uk.org.netex.www.netex
Enum Class ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase
java.lang.Object
java.lang.Enum<ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase>
uk.org.netex.www.netex.ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase>,Constable
- Enclosing class:
ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure
public static enum ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase
extends Enum<ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase>
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
-
CLASS_REF
public static final ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase CLASS_REF -
CLASS_IN_FRAME_REF
public static final ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase CLASS_IN_FRAME_REF -
CLASSREFSTRUCTURE_NOT_SET
public static final ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase CLASSREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase[] 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 ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase 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 ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase 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 ClassRefs_RelStructure.ChoiceWrapper_ClassRefStructure.ClassRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-