Package org.webswing.model.common.proto
Enum CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto
- java.lang.Object
-
- java.lang.Enum<CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto>
-
- org.webswing.model.common.proto.CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto>
- Enclosing class:
- CommonProto.SimpleEventMsgInProto
public static enum CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto extends java.lang.Enum<CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumcommonProto.SimpleEventMsgInProto.SimpleEventTypeProto
-
-
Enum Constant Summary
Enum Constants Enum Constant Description cancelFileSelectioncancelFileSelection = 7;deleteFiledeleteFile = 6;disableStatisticsLoggingdisableStatisticsLogging = 11;downloadFiledownloadFile = 5;enableStatisticsLoggingenableStatisticsLogging = 10;killSwingkillSwing = 1;killSwingAdminkillSwingAdmin = 2;paintAckpaintAck = 3;repaintrepaint = 4;requestComponentTreerequestComponentTree = 8;requestWindowSwitchListrequestWindowSwitchList = 9;toggleRecordingtoggleRecording = 12;unloadunload = 0;
-
Field Summary
Fields Modifier and Type Field Description static intcancelFileSelection_VALUEcancelFileSelection = 7;static intdeleteFile_VALUEdeleteFile = 6;static intdisableStatisticsLogging_VALUEdisableStatisticsLogging = 11;static intdownloadFile_VALUEdownloadFile = 5;static intenableStatisticsLogging_VALUEenableStatisticsLogging = 10;static intkillSwing_VALUEkillSwing = 1;static intkillSwingAdmin_VALUEkillSwingAdmin = 2;static intpaintAck_VALUEpaintAck = 3;static intrepaint_VALUErepaint = 4;static intrequestComponentTree_VALUErequestComponentTree = 8;static intrequestWindowSwitchList_VALUErequestWindowSwitchList = 9;static inttoggleRecording_VALUEtoggleRecording = 12;static intunload_VALUEunload = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProtoforNumber(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<CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto>internalGetValueMap()static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(int value)Deprecated.static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
unload
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto unload
unload = 0;
-
killSwing
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto killSwing
killSwing = 1;
-
killSwingAdmin
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto killSwingAdmin
killSwingAdmin = 2;
-
paintAck
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto paintAck
paintAck = 3;
-
repaint
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto repaint
repaint = 4;
-
downloadFile
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto downloadFile
downloadFile = 5;
-
deleteFile
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto deleteFile
deleteFile = 6;
-
cancelFileSelection
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto cancelFileSelection
cancelFileSelection = 7;
-
requestComponentTree
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto requestComponentTree
requestComponentTree = 8;
-
requestWindowSwitchList
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto requestWindowSwitchList
requestWindowSwitchList = 9;
-
enableStatisticsLogging
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto enableStatisticsLogging
enableStatisticsLogging = 10;
-
disableStatisticsLogging
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto disableStatisticsLogging
disableStatisticsLogging = 11;
-
toggleRecording
public static final CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto toggleRecording
toggleRecording = 12;
-
-
Field Detail
-
unload_VALUE
public static final int unload_VALUE
unload = 0;- See Also:
- Constant Field Values
-
killSwing_VALUE
public static final int killSwing_VALUE
killSwing = 1;- See Also:
- Constant Field Values
-
killSwingAdmin_VALUE
public static final int killSwingAdmin_VALUE
killSwingAdmin = 2;- See Also:
- Constant Field Values
-
paintAck_VALUE
public static final int paintAck_VALUE
paintAck = 3;- See Also:
- Constant Field Values
-
repaint_VALUE
public static final int repaint_VALUE
repaint = 4;- See Also:
- Constant Field Values
-
downloadFile_VALUE
public static final int downloadFile_VALUE
downloadFile = 5;- See Also:
- Constant Field Values
-
deleteFile_VALUE
public static final int deleteFile_VALUE
deleteFile = 6;- See Also:
- Constant Field Values
-
cancelFileSelection_VALUE
public static final int cancelFileSelection_VALUE
cancelFileSelection = 7;- See Also:
- Constant Field Values
-
requestComponentTree_VALUE
public static final int requestComponentTree_VALUE
requestComponentTree = 8;- See Also:
- Constant Field Values
-
requestWindowSwitchList_VALUE
public static final int requestWindowSwitchList_VALUE
requestWindowSwitchList = 9;- See Also:
- Constant Field Values
-
enableStatisticsLogging_VALUE
public static final int enableStatisticsLogging_VALUE
enableStatisticsLogging = 10;- See Also:
- Constant Field Values
-
disableStatisticsLogging_VALUE
public static final int disableStatisticsLogging_VALUE
disableStatisticsLogging = 11;- See Also:
- Constant Field Values
-
toggleRecording_VALUE
public static final int toggleRecording_VALUE
toggleRecording = 12;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto[] 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 (CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto c : CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto 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 CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto 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 CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto> 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 CommonProto.SimpleEventMsgInProto.SimpleEventTypeProto 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
-
-