public static enum PeerEvent.EventType extends java.lang.Enum<PeerEvent.EventType>
LightningApi.PeerEvent.EventType| Enum Constant and Description |
|---|
PEER_OFFLINE |
PEER_ONLINE |
| Modifier and Type | Method and Description |
|---|---|
LightningApi.PeerEvent.EventType |
getApiObject() |
static PeerEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeerEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PeerEvent.EventType |
wrap(LightningApi.PeerEvent.EventType apiObject) |
public static final PeerEvent.EventType PEER_ONLINE
public static final PeerEvent.EventType PEER_OFFLINE
public static PeerEvent.EventType[] values()
for (PeerEvent.EventType c : PeerEvent.EventType.values()) System.out.println(c);
public static PeerEvent.EventType 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 nullpublic LightningApi.PeerEvent.EventType getApiObject()
public static PeerEvent.EventType wrap(LightningApi.PeerEvent.EventType apiObject)