public static enum ToFunction.RequestCase extends java.lang.Enum<ToFunction.RequestCase> implements Internal.EnumLite
Enum Constant and Description |
---|
INVOCATION |
REQUEST_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static ToFunction.RequestCase |
forNumber(int value) |
int |
getNumber() |
static ToFunction.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ToFunction.RequestCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToFunction.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToFunction.RequestCase INVOCATION
public static final ToFunction.RequestCase REQUEST_NOT_SET
public static ToFunction.RequestCase[] values()
for (ToFunction.RequestCase c : ToFunction.RequestCase.values()) System.out.println(c);
public static ToFunction.RequestCase 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 ToFunction.RequestCase valueOf(int value)
forNumber(int)
instead.public static ToFunction.RequestCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.