Enum Class RelativeOperatorEnumeration

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

@Generated public enum RelativeOperatorEnumeration extends Enum<RelativeOperatorEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Comparison operations.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 177:53]
 
Protobuf enum uk.org.netex.www.netex.RelativeOperatorEnumeration
  • Enum Constant Details

    • RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED
       Default
       
      RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED = 0;
    • RELATIVE_OPERATOR_ENUMERATION_EQ

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_EQ
       Parameter value must have same identity, or have value equal  to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 182:32]
       
      RELATIVE_OPERATOR_ENUMERATION_EQ = 1;
    • RELATIVE_OPERATOR_ENUMERATION_NE

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_NE
       Parameter value must not have same identity, or have value different from  a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 187:32]
       
      RELATIVE_OPERATOR_ENUMERATION_NE = 2;
    • RELATIVE_OPERATOR_ENUMERATION_GE

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_GE
       Parameter value must be greater  than  or equal to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 192:32]
       
      RELATIVE_OPERATOR_ENUMERATION_GE = 3;
    • RELATIVE_OPERATOR_ENUMERATION_GT

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_GT
       Parameter value must be greater than a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 197:32]
       
      RELATIVE_OPERATOR_ENUMERATION_GT = 4;
    • RELATIVE_OPERATOR_ENUMERATION_LE

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_LE
       Parameter value must be less  than  or equal to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 202:32]
       
      RELATIVE_OPERATOR_ENUMERATION_LE = 5;
    • RELATIVE_OPERATOR_ENUMERATION_LT

      public static final RelativeOperatorEnumeration RELATIVE_OPERATOR_ENUMERATION_LT
       Parameter value must be less  than a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 207:32]
       
      RELATIVE_OPERATOR_ENUMERATION_LT = 6;
    • UNRECOGNIZED

      public static final RelativeOperatorEnumeration UNRECOGNIZED
  • Field Details

    • RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_EQ_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_EQ_VALUE
       Parameter value must have same identity, or have value equal  to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 182:32]
       
      RELATIVE_OPERATOR_ENUMERATION_EQ = 1;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_NE_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_NE_VALUE
       Parameter value must not have same identity, or have value different from  a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 187:32]
       
      RELATIVE_OPERATOR_ENUMERATION_NE = 2;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_GE_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_GE_VALUE
       Parameter value must be greater  than  or equal to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 192:32]
       
      RELATIVE_OPERATOR_ENUMERATION_GE = 3;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_GT_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_GT_VALUE
       Parameter value must be greater than a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 197:32]
       
      RELATIVE_OPERATOR_ENUMERATION_GT = 4;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_LE_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_LE_VALUE
       Parameter value must be less  than  or equal to a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 202:32]
       
      RELATIVE_OPERATOR_ENUMERATION_LE = 5;
      See Also:
    • RELATIVE_OPERATOR_ENUMERATION_LT_VALUE

      public static final int RELATIVE_OPERATOR_ENUMERATION_LT_VALUE
       Parameter value must be less  than a quantitative value associated with specified item.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 207:32]
       
      RELATIVE_OPERATOR_ENUMERATION_LT = 6;
      See Also:
  • Method Details

    • values

      public static RelativeOperatorEnumeration[] 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 RelativeOperatorEnumeration 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 RelativeOperatorEnumeration 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 RelativeOperatorEnumeration 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<RelativeOperatorEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static RelativeOperatorEnumeration 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