Package org.apache.pinot.common.proto
Enum Plan.LiteralField.LiteralFieldCase
- java.lang.Object
-
- java.lang.Enum<Plan.LiteralField.LiteralFieldCase>
-
- org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Plan.LiteralField.LiteralFieldCase>,java.lang.constant.Constable
- Enclosing class:
- Plan.LiteralField
public static enum Plan.LiteralField.LiteralFieldCase extends Enum<Plan.LiteralField.LiteralFieldCase> implements com.google.protobuf.Internal.EnumLite
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOLFIELDDOUBLEFIELDFLOATFIELDINTFIELDLITERALFIELD_NOT_SETLONGFIELDSTRINGFIELD
-
Method Summary
Modifier and Type Method Description static Plan.LiteralField.LiteralFieldCaseforNumber(int value)intgetNumber()static Plan.LiteralField.LiteralFieldCasevalueOf(int value)Deprecated.static Plan.LiteralField.LiteralFieldCasevalueOf(String name)Returns the enum constant of this type with the specified name.static Plan.LiteralField.LiteralFieldCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BOOLFIELD
public static final Plan.LiteralField.LiteralFieldCase BOOLFIELD
-
INTFIELD
public static final Plan.LiteralField.LiteralFieldCase INTFIELD
-
LONGFIELD
public static final Plan.LiteralField.LiteralFieldCase LONGFIELD
-
FLOATFIELD
public static final Plan.LiteralField.LiteralFieldCase FLOATFIELD
-
DOUBLEFIELD
public static final Plan.LiteralField.LiteralFieldCase DOUBLEFIELD
-
STRINGFIELD
public static final Plan.LiteralField.LiteralFieldCase STRINGFIELD
-
LITERALFIELD_NOT_SET
public static final Plan.LiteralField.LiteralFieldCase LITERALFIELD_NOT_SET
-
-
Method Detail
-
values
public static Plan.LiteralField.LiteralFieldCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Plan.LiteralField.LiteralFieldCase 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
-
valueOf
@Deprecated public static Plan.LiteralField.LiteralFieldCase 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 Plan.LiteralField.LiteralFieldCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-