Package uk.org.netex.www.netex
Enum Class ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
java.lang.Object
java.lang.Enum<ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase>
uk.org.netex.www.netex.ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase>,Constable
public static enum ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase
extends Enum<ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase>
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 ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCaseforNumber(int value) intstatic ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCasevalueOf(int value) Deprecated.static ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCaseReturns the enum constant of this class with the specified name.static ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVATION_POINT
public static final ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase ACTIVATION_POINT -
BEACON_POINT
public static final ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase BEACON_POINT -
POINTVERSIONSTRUCTURE_NOT_SET
public static final ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase POINTVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase[] 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 ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase 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 ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase 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 ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-