Enum AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto
- java.lang.Object
-
- java.lang.Enum<AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto>
-
- org.webswing.model.adminconsole.proto.AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto>
- Enclosing class:
- AdminConsoleProto.SwingSessionMsgOutProto
public static enum AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto extends java.lang.Enum<AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumSwingSessionMsgOutProto.StatusEnumProto
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXITINGEXITING = 2;FINISHEDFINISHED = 5;FORCE_KILLEDFORCE_KILLED = 4;NOT_STARTEDNOT_STARTED = 1;RUNNINGRUNNING = 3;
-
Field Summary
Fields Modifier and Type Field Description static intEXITING_VALUEEXITING = 2;static intFINISHED_VALUEFINISHED = 5;static intFORCE_KILLED_VALUEFORCE_KILLED = 4;static intNOT_STARTED_VALUENOT_STARTED = 1;static intRUNNING_VALUERUNNING = 3;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProtoforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto>internalGetValueMap()static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProtovalueOf(int value)Deprecated.static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOT_STARTED
public static final AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto NOT_STARTED
NOT_STARTED = 1;
-
EXITING
public static final AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto EXITING
EXITING = 2;
-
RUNNING
public static final AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto RUNNING
RUNNING = 3;
-
FORCE_KILLED
public static final AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto FORCE_KILLED
FORCE_KILLED = 4;
-
FINISHED
public static final AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto FINISHED
FINISHED = 5;
-
-
Field Detail
-
NOT_STARTED_VALUE
public static final int NOT_STARTED_VALUE
NOT_STARTED = 1;- See Also:
- Constant Field Values
-
EXITING_VALUE
public static final int EXITING_VALUE
EXITING = 2;- See Also:
- Constant Field Values
-
RUNNING_VALUE
public static final int RUNNING_VALUE
RUNNING = 3;- See Also:
- Constant Field Values
-
FORCE_KILLED_VALUE
public static final int FORCE_KILLED_VALUE
FORCE_KILLED = 4;- See Also:
- Constant Field Values
-
FINISHED_VALUE
public static final int FINISHED_VALUE
FINISHED = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto c : AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-