public static enum Webswing.SimpleEventMsgInProto.SimpleEventTypeProto extends Enum<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.SimpleEventMsgInProto.SimpleEventTypeProto| Enum Constant and Description |
|---|
cancelFileSelection
cancelFileSelection = 7; |
deleteFile
deleteFile = 5; |
downloadFile
downloadFile = 4; |
hb
hb = 6; |
killSwing
killSwing = 1; |
paintAck
paintAck = 2; |
repaint
repaint = 3; |
unload
unload = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
cancelFileSelection_VALUE
cancelFileSelection = 7; |
static int |
deleteFile_VALUE
deleteFile = 5; |
static int |
downloadFile_VALUE
downloadFile = 4; |
static int |
hb_VALUE
hb = 6; |
static int |
killSwing_VALUE
killSwing = 1; |
static int |
paintAck_VALUE
paintAck = 2; |
static int |
repaint_VALUE
repaint = 3; |
static int |
unload_VALUE
unload = 0; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto> |
internalGetValueMap() |
static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto |
valueOf(int value) |
static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto |
valueOf(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.
|
public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto unload
unload = 0;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto killSwing
killSwing = 1;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto paintAck
paintAck = 2;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto repaint
repaint = 3;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto downloadFile
downloadFile = 4;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto deleteFile
deleteFile = 5;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto hb
hb = 6;public static final Webswing.SimpleEventMsgInProto.SimpleEventTypeProto cancelFileSelection
cancelFileSelection = 7;public static final int unload_VALUE
unload = 0;public static final int killSwing_VALUE
killSwing = 1;public static final int paintAck_VALUE
paintAck = 2;public static final int repaint_VALUE
repaint = 3;public static final int downloadFile_VALUE
downloadFile = 4;public static final int deleteFile_VALUE
deleteFile = 5;public static final int hb_VALUE
hb = 6;public static final int cancelFileSelection_VALUE
cancelFileSelection = 7;public static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto[] values()
for (Webswing.SimpleEventMsgInProto.SimpleEventTypeProto c : Webswing.SimpleEventMsgInProto.SimpleEventTypeProto.values()) System.out.println(c);
public static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.SimpleEventMsgInProto.SimpleEventTypeProto> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Webswing.SimpleEventMsgInProto.SimpleEventTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017. All rights reserved.