Package uk.org.netex.www.netex
Enum Class 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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionParameter value must have same identity, or have value equal to a quantitative value associated with specified item.Parameter value must be greater than or equal to a quantitative value associated with specified item.Parameter value must be greater than a quantitative value associated with specified item.Parameter value must be less than or equal to a quantitative value associated with specified item.Parameter value must be less than a quantitative value associated with specified item.Parameter value must not have same identity, or have value different from a quantitative value associated with specified item.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intParameter value must have same identity, or have value equal to a quantitative value associated with specified item.static final intParameter value must be greater than or equal to a quantitative value associated with specified item.static final intParameter value must be greater than a quantitative value associated with specified item.static final intParameter value must be less than or equal to a quantitative value associated with specified item.static final intParameter value must be less than a quantitative value associated with specified item.static final intParameter value must not have same identity, or have value different from a quantitative value associated with specified item.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic RelativeOperatorEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RelativeOperatorEnumeration> static RelativeOperatorEnumerationvalueOf(int value) Deprecated.static RelativeOperatorEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RelativeOperatorEnumerationReturns the enum constant of this class with the specified name.static RelativeOperatorEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED
Default
RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED = 0; -
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
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
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
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
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
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
-
-
Field Details
-
RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED_VALUE
public static final int RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED_VALUEDefault
RELATIVE_OPERATOR_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
RELATIVE_OPERATOR_ENUMERATION_EQ_VALUE
public static final int RELATIVE_OPERATOR_ENUMERATION_EQ_VALUEParameter 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_VALUEParameter 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_VALUEParameter 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_VALUEParameter 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_VALUEParameter 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_VALUEParameter 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
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
public static com.google.protobuf.Internal.EnumLiteMap<RelativeOperatorEnumeration> 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
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 nameNullPointerException- if the argument is null
-