Package io.deephaven.proto.pivot
Enum Class PivotPluginResponse.ResponseCase
java.lang.Object
java.lang.Enum<PivotPluginResponse.ResponseCase>
io.deephaven.proto.pivot.PivotPluginResponse.ResponseCase
- All Implemented Interfaces:
- AbstractMessageLite.InternalOneOfEnum,- Internal.EnumLite,- Serializable,- Comparable<PivotPluginResponse.ResponseCase>,- java.lang.constant.Constable
- Enclosing class:
- PivotPluginResponse
public static enum PivotPluginResponse.ResponseCase
extends Enum<PivotPluginResponse.ResponseCase>
implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionforNumber(int value) intvalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static PivotPluginResponse.ResponseCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ERROR
- 
VIEW
- 
EXPORT
- 
EMPTY_EXPANSIONS
- 
CREATION
- 
APPLY
- 
GET_DESCRIPTOR
- 
RESPONSE_NOT_SET
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
valueOfDeprecated.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
- 
getNumberpublic int getNumber()- Specified by:
- getNumberin interface- AbstractMessageLite.InternalOneOfEnum
- Specified by:
- getNumberin interface- Internal.EnumLite
 
 
-