Package org.yamcs.protobuf
Enum Mdb.ComparisonInfo.OperatorType
- java.lang.Object
-
- java.lang.Enum<Mdb.ComparisonInfo.OperatorType>
-
- org.yamcs.protobuf.Mdb.ComparisonInfo.OperatorType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Mdb.ComparisonInfo.OperatorType>
- Enclosing class:
- Mdb.ComparisonInfo
public static enum Mdb.ComparisonInfo.OperatorType extends Enum<Mdb.ComparisonInfo.OperatorType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumyamcs.protobuf.mdb.ComparisonInfo.OperatorType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EQUAL_TOEQUAL_TO = 1;GREATER_THANGREATER_THAN = 3;GREATER_THAN_OR_EQUAL_TOGREATER_THAN_OR_EQUAL_TO = 4;NOT_EQUAL_TONOT_EQUAL_TO = 2;SMALLER_THANSMALLER_THAN = 5;SMALLER_THAN_OR_EQUAL_TOSMALLER_THAN_OR_EQUAL_TO = 6;
-
Field Summary
Fields Modifier and Type Field Description static intEQUAL_TO_VALUEEQUAL_TO = 1;static intGREATER_THAN_OR_EQUAL_TO_VALUEGREATER_THAN_OR_EQUAL_TO = 4;static intGREATER_THAN_VALUEGREATER_THAN = 3;static intNOT_EQUAL_TO_VALUENOT_EQUAL_TO = 2;static intSMALLER_THAN_OR_EQUAL_TO_VALUESMALLER_THAN_OR_EQUAL_TO = 6;static intSMALLER_THAN_VALUESMALLER_THAN = 5;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Mdb.ComparisonInfo.OperatorTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Mdb.ComparisonInfo.OperatorType>internalGetValueMap()static Mdb.ComparisonInfo.OperatorTypevalueOf(int value)Deprecated.static Mdb.ComparisonInfo.OperatorTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Mdb.ComparisonInfo.OperatorTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Mdb.ComparisonInfo.OperatorType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EQUAL_TO
public static final Mdb.ComparisonInfo.OperatorType EQUAL_TO
EQUAL_TO = 1;
-
NOT_EQUAL_TO
public static final Mdb.ComparisonInfo.OperatorType NOT_EQUAL_TO
NOT_EQUAL_TO = 2;
-
GREATER_THAN
public static final Mdb.ComparisonInfo.OperatorType GREATER_THAN
GREATER_THAN = 3;
-
GREATER_THAN_OR_EQUAL_TO
public static final Mdb.ComparisonInfo.OperatorType GREATER_THAN_OR_EQUAL_TO
GREATER_THAN_OR_EQUAL_TO = 4;
-
SMALLER_THAN
public static final Mdb.ComparisonInfo.OperatorType SMALLER_THAN
SMALLER_THAN = 5;
-
SMALLER_THAN_OR_EQUAL_TO
public static final Mdb.ComparisonInfo.OperatorType SMALLER_THAN_OR_EQUAL_TO
SMALLER_THAN_OR_EQUAL_TO = 6;
-
-
Field Detail
-
EQUAL_TO_VALUE
public static final int EQUAL_TO_VALUE
EQUAL_TO = 1;- See Also:
- Constant Field Values
-
NOT_EQUAL_TO_VALUE
public static final int NOT_EQUAL_TO_VALUE
NOT_EQUAL_TO = 2;- See Also:
- Constant Field Values
-
GREATER_THAN_VALUE
public static final int GREATER_THAN_VALUE
GREATER_THAN = 3;- See Also:
- Constant Field Values
-
GREATER_THAN_OR_EQUAL_TO_VALUE
public static final int GREATER_THAN_OR_EQUAL_TO_VALUE
GREATER_THAN_OR_EQUAL_TO = 4;- See Also:
- Constant Field Values
-
SMALLER_THAN_VALUE
public static final int SMALLER_THAN_VALUE
SMALLER_THAN = 5;- See Also:
- Constant Field Values
-
SMALLER_THAN_OR_EQUAL_TO_VALUE
public static final int SMALLER_THAN_OR_EQUAL_TO_VALUE
SMALLER_THAN_OR_EQUAL_TO = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Mdb.ComparisonInfo.OperatorType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Mdb.ComparisonInfo.OperatorType c : Mdb.ComparisonInfo.OperatorType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Mdb.ComparisonInfo.OperatorType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 public static Mdb.ComparisonInfo.OperatorType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Mdb.ComparisonInfo.OperatorType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Mdb.ComparisonInfo.OperatorType> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Mdb.ComparisonInfo.OperatorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
-