Enum Class GradientEnumeration

java.lang.Object
java.lang.Enum<GradientEnumeration>
uk.org.netex.www.netex.GradientEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<GradientEnumeration>, Constable

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
  • Enum Constant Details

    • GRADIENT_ENUMERATION_UNSPECIFIED

      public static final GradientEnumeration GRADIENT_ENUMERATION_UNSPECIFIED
       Default
       
      GRADIENT_ENUMERATION_UNSPECIFIED = 0;
    • GRADIENT_ENUMERATION_VERY_STEEP

      public static final GradientEnumeration 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

      public static final GradientEnumeration GRADIENT_ENUMERATION_STEEP
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 442:36]
       
      GRADIENT_ENUMERATION_STEEP = 2;
    • GRADIENT_ENUMERATION_MEDIUM

      public static final GradientEnumeration GRADIENT_ENUMERATION_MEDIUM
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 443:37]
       
      GRADIENT_ENUMERATION_MEDIUM = 3;
    • GRADIENT_ENUMERATION_GENTLE

      public static final GradientEnumeration GRADIENT_ENUMERATION_GENTLE
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 444:37]
       
      GRADIENT_ENUMERATION_GENTLE = 4;
    • GRADIENT_ENUMERATION_LEVEL

      public static final GradientEnumeration GRADIENT_ENUMERATION_LEVEL
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 445:36]
       
      GRADIENT_ENUMERATION_LEVEL = 5;
    • UNRECOGNIZED

      public static final GradientEnumeration UNRECOGNIZED
  • Field Details

    • GRADIENT_ENUMERATION_UNSPECIFIED_VALUE

      public static final int GRADIENT_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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

      public static GradientEnumeration[] 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 GradientEnumeration 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static GradientEnumeration 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static GradientEnumeration forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<GradientEnumeration> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static GradientEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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 name
      NullPointerException - if the argument is null