public static enum FromFunction.ResponseCase extends java.lang.Enum<FromFunction.ResponseCase> implements Internal.EnumLite
Enum Constant and Description |
---|
INCOMPLETE_INVOCATION_CONTEXT |
INVOCATION_RESULT |
RESPONSE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static FromFunction.ResponseCase |
forNumber(int value) |
int |
getNumber() |
static FromFunction.ResponseCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FromFunction.ResponseCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FromFunction.ResponseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FromFunction.ResponseCase INVOCATION_RESULT
public static final FromFunction.ResponseCase INCOMPLETE_INVOCATION_CONTEXT
public static final FromFunction.ResponseCase RESPONSE_NOT_SET
public static FromFunction.ResponseCase[] values()
for (FromFunction.ResponseCase c : FromFunction.ResponseCase.values()) System.out.println(c);
public static FromFunction.ResponseCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static FromFunction.ResponseCase valueOf(int value)
forNumber(int)
instead.public static FromFunction.ResponseCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.