Package uk.org.netex.www.netex
Enum Class NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase
java.lang.Object
java.lang.Enum<NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase>
uk.org.netex.www.netex.NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase>,Constable
- Enclosing class:
NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure
public static enum NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase
extends Enum<NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase>
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
-
VEHICLE_TYPE_AT_POINT
public static final NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase VEHICLE_TYPE_AT_POINT -
RESTRICTED_MANOEUVRE
public static final NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase RESTRICTED_MANOEUVRE -
MEETING_RESTRICTION
public static final NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase MEETING_RESTRICTION -
OVERTAKING_POSSIBILITY
public static final NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase OVERTAKING_POSSIBILITY -
NETWORKRESTRICTIONVERSIONSTRUCTURE_NOT_SET
public static final NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase NETWORKRESTRICTIONVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase[] 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 NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase 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 NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase 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 NetworkRestrictionsInFrame_RelStructure.ChoiceWrapper_NetworkRestriction_VersionStructure.NetworkRestrictionVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-