public static enum LightningApi.OpenStatusUpdate.UpdateCase extends java.lang.Enum<LightningApi.OpenStatusUpdate.UpdateCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CHAN_OPEN |
CHAN_PENDING |
PSBT_FUND |
UPDATE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static LightningApi.OpenStatusUpdate.UpdateCase |
forNumber(int value) |
int |
getNumber() |
static LightningApi.OpenStatusUpdate.UpdateCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LightningApi.OpenStatusUpdate.UpdateCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LightningApi.OpenStatusUpdate.UpdateCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightningApi.OpenStatusUpdate.UpdateCase CHAN_PENDING
public static final LightningApi.OpenStatusUpdate.UpdateCase CHAN_OPEN
public static final LightningApi.OpenStatusUpdate.UpdateCase PSBT_FUND
public static final LightningApi.OpenStatusUpdate.UpdateCase UPDATE_NOT_SET
public static LightningApi.OpenStatusUpdate.UpdateCase[] values()
for (LightningApi.OpenStatusUpdate.UpdateCase c : LightningApi.OpenStatusUpdate.UpdateCase.values()) System.out.println(c);
public static LightningApi.OpenStatusUpdate.UpdateCase 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 LightningApi.OpenStatusUpdate.UpdateCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static LightningApi.OpenStatusUpdate.UpdateCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite