Package org.webswing.server.model.proto
Enum Webswing.SimpleEventMsgInProto.SimpleEventTypeProto
- java.lang.Object
-
- java.lang.Enum<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto>
-
- org.webswing.server.model.proto.Webswing.SimpleEventMsgInProto.SimpleEventTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto>
- Enclosing class:
- Webswing.SimpleEventMsgInProto
public static enum Webswing.SimpleEventMsgInProto.SimpleEventTypeProto extends Enum<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumorg.webswing.server.model.proto.SimpleEventMsgInProto.SimpleEventTypeProto
-
-
Enum Constant Summary
Enum Constants Enum Constant Description cancelFileSelectioncancelFileSelection = 7;deleteFiledeleteFile = 5;downloadFiledownloadFile = 4;hbhb = 6;killSwingkillSwing = 1;paintAckpaintAck = 2;repaintrepaint = 3;unloadunload = 0;
-
Field Summary
Fields Modifier and Type Field Description static intcancelFileSelection_VALUEcancelFileSelection = 7;static intdeleteFile_VALUEdeleteFile = 5;static intdownloadFile_VALUEdownloadFile = 4;static inthb_VALUEhb = 6;static intkillSwing_VALUEkillSwing = 1;static intpaintAck_VALUEpaintAck = 2;static intrepaint_VALUErepaint = 3;static intunload_VALUEunload = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Webswing.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<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto>internalGetValueMap()static Webswing.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(int value)Deprecated.static Webswing.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Webswing.SimpleEventMsgInProto.SimpleEventTypeProtovalueOf(String name)Returns the enum constant of this type with the specified name.static Webswing.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 Webswing.SimpleEventMsgInProto.SimpleEventTypeProto unload
unload = 0;
-
killSwing
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto killSwing
killSwing = 1;
-
paintAck
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto paintAck
paintAck = 2;
-
repaint
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto repaint
repaint = 3;
-
downloadFile
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto downloadFile
downloadFile = 4;
-
deleteFile
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto deleteFile
deleteFile = 5;
-
hb
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto hb
hb = 6;
-
cancelFileSelection
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto cancelFileSelection
cancelFileSelection = 7;
-
-
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
-
paintAck_VALUE
public static final int paintAck_VALUE
paintAck = 2;- See Also:
- Constant Field Values
-
repaint_VALUE
public static final int repaint_VALUE
repaint = 3;- See Also:
- Constant Field Values
-
downloadFile_VALUE
public static final int downloadFile_VALUE
downloadFile = 4;- See Also:
- Constant Field Values
-
deleteFile_VALUE
public static final int deleteFile_VALUE
deleteFile = 5;- See Also:
- Constant Field Values
-
hb_VALUE
public static final int hb_VALUE
hb = 6;- See Also:
- Constant Field Values
-
cancelFileSelection_VALUE
public static final int cancelFileSelection_VALUE
cancelFileSelection = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Webswing.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 (Webswing.SimpleEventMsgInProto.SimpleEventTypeProto c : Webswing.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 Webswing.SimpleEventMsgInProto.SimpleEventTypeProto valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- 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 Webswing.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.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 Webswing.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-