public static enum SystemMessageFormats.SystemMessage.Type extends java.lang.Enum<SystemMessageFormats.SystemMessage.Type> implements akka.protobuf.ProtocolMessageEnum
SystemMessage.Type
Enum Constant and Description |
---|
CREATE
CREATE = 0; |
DEATHWATCH_NOTIFICATION
DEATHWATCH_NOTIFICATION = 9; |
FAILED
FAILED = 8; |
RECREATE
RECREATE = 1; |
RESUME
RESUME = 3; |
SUPERVISE
SUPERVISE = 5; |
SUSPEND
SUSPEND = 2; |
TERMINATE
TERMINATE = 4; |
UNWATCH
UNWATCH = 7; |
WATCH
WATCH = 6; |
Modifier and Type | Field and Description |
---|---|
static int |
CREATE_VALUE
CREATE = 0; |
static int |
DEATHWATCH_NOTIFICATION_VALUE
DEATHWATCH_NOTIFICATION = 9; |
static int |
FAILED_VALUE
FAILED = 8; |
static int |
RECREATE_VALUE
RECREATE = 1; |
static int |
RESUME_VALUE
RESUME = 3; |
static int |
SUPERVISE_VALUE
SUPERVISE = 5; |
static int |
SUSPEND_VALUE
SUSPEND = 2; |
static int |
TERMINATE_VALUE
TERMINATE = 4; |
static int |
UNWATCH_VALUE
UNWATCH = 7; |
static int |
WATCH_VALUE
WATCH = 6; |
Modifier and Type | Method and Description |
---|---|
static akka.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
akka.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
akka.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static akka.protobuf.Internal.EnumLiteMap<SystemMessageFormats.SystemMessage.Type> |
internalGetValueMap() |
static SystemMessageFormats.SystemMessage.Type |
valueOf(akka.protobuf.Descriptors.EnumValueDescriptor desc) |
static SystemMessageFormats.SystemMessage.Type |
valueOf(int value) |
static SystemMessageFormats.SystemMessage.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemMessageFormats.SystemMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemMessageFormats.SystemMessage.Type CREATE
CREATE = 0;
public static final SystemMessageFormats.SystemMessage.Type RECREATE
RECREATE = 1;
public static final SystemMessageFormats.SystemMessage.Type SUSPEND
SUSPEND = 2;
public static final SystemMessageFormats.SystemMessage.Type RESUME
RESUME = 3;
public static final SystemMessageFormats.SystemMessage.Type TERMINATE
TERMINATE = 4;
public static final SystemMessageFormats.SystemMessage.Type SUPERVISE
SUPERVISE = 5;
public static final SystemMessageFormats.SystemMessage.Type WATCH
WATCH = 6;
public static final SystemMessageFormats.SystemMessage.Type UNWATCH
UNWATCH = 7;
public static final SystemMessageFormats.SystemMessage.Type FAILED
FAILED = 8;
public static final SystemMessageFormats.SystemMessage.Type DEATHWATCH_NOTIFICATION
DEATHWATCH_NOTIFICATION = 9;
public static final int CREATE_VALUE
CREATE = 0;
public static final int RECREATE_VALUE
RECREATE = 1;
public static final int SUSPEND_VALUE
SUSPEND = 2;
public static final int RESUME_VALUE
RESUME = 3;
public static final int TERMINATE_VALUE
TERMINATE = 4;
public static final int SUPERVISE_VALUE
SUPERVISE = 5;
public static final int WATCH_VALUE
WATCH = 6;
public static final int UNWATCH_VALUE
UNWATCH = 7;
public static final int FAILED_VALUE
FAILED = 8;
public static final int DEATHWATCH_NOTIFICATION_VALUE
DEATHWATCH_NOTIFICATION = 9;
public static SystemMessageFormats.SystemMessage.Type[] values()
for (SystemMessageFormats.SystemMessage.Type c : SystemMessageFormats.SystemMessage.Type.values()) System.out.println(c);
public static SystemMessageFormats.SystemMessage.Type 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 final int getNumber()
getNumber
in interface akka.protobuf.Internal.EnumLite
getNumber
in interface akka.protobuf.ProtocolMessageEnum
public static SystemMessageFormats.SystemMessage.Type valueOf(int value)
public static akka.protobuf.Internal.EnumLiteMap<SystemMessageFormats.SystemMessage.Type> internalGetValueMap()
public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface akka.protobuf.ProtocolMessageEnum
public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface akka.protobuf.ProtocolMessageEnum
public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SystemMessageFormats.SystemMessage.Type valueOf(akka.protobuf.Descriptors.EnumValueDescriptor desc)