Package uk.org.netex.www.netex
Enum Class GradientEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GradientEnumeration>,Constable
@Generated
public enum GradientEnumeration
extends Enum<GradientEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Gradient steepness. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 436:45]Protobuf enum
uk.org.netex.www.netex.GradientEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 444:37][netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 445:36][netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 443:37][netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 442:36]Default[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 441:40] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 444:37]static final int[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 445:36]static final int[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 443:37]static final int[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 442:36]static final intDefaultstatic final int[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 441:40] -
Method Summary
Modifier and TypeMethodDescriptionstatic GradientEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<GradientEnumeration> static GradientEnumerationvalueOf(int value) Deprecated.static GradientEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static GradientEnumerationReturns the enum constant of this class with the specified name.static GradientEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRADIENT_ENUMERATION_UNSPECIFIED
Default
GRADIENT_ENUMERATION_UNSPECIFIED = 0; -
GRADIENT_ENUMERATION_VERY_STEEP
[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 441:40]
GRADIENT_ENUMERATION_VERY_STEEP = 1; -
GRADIENT_ENUMERATION_STEEP
[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 442:36]
GRADIENT_ENUMERATION_STEEP = 2; -
GRADIENT_ENUMERATION_MEDIUM
[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 443:37]
GRADIENT_ENUMERATION_MEDIUM = 3; -
GRADIENT_ENUMERATION_GENTLE
[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 444:37]
GRADIENT_ENUMERATION_GENTLE = 4; -
GRADIENT_ENUMERATION_LEVEL
[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 445:36]
GRADIENT_ENUMERATION_LEVEL = 5; -
UNRECOGNIZED
-
-
Field Details
-
GRADIENT_ENUMERATION_UNSPECIFIED_VALUE
public static final int GRADIENT_ENUMERATION_UNSPECIFIED_VALUEDefault
GRADIENT_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
GRADIENT_ENUMERATION_VERY_STEEP_VALUE
public static final int GRADIENT_ENUMERATION_VERY_STEEP_VALUE[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 441:40]
GRADIENT_ENUMERATION_VERY_STEEP = 1;- See Also:
-
GRADIENT_ENUMERATION_STEEP_VALUE
public static final int GRADIENT_ENUMERATION_STEEP_VALUE[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 442:36]
GRADIENT_ENUMERATION_STEEP = 2;- See Also:
-
GRADIENT_ENUMERATION_MEDIUM_VALUE
public static final int GRADIENT_ENUMERATION_MEDIUM_VALUE[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 443:37]
GRADIENT_ENUMERATION_MEDIUM = 3;- See Also:
-
GRADIENT_ENUMERATION_GENTLE_VALUE
public static final int GRADIENT_ENUMERATION_GENTLE_VALUE[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 444:37]
GRADIENT_ENUMERATION_GENTLE = 4;- See Also:
-
GRADIENT_ENUMERATION_LEVEL_VALUE
public static final int GRADIENT_ENUMERATION_LEVEL_VALUE[netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 445:36]
GRADIENT_ENUMERATION_LEVEL = 5;- See Also:
-
-
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
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
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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:
desc- 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
-