public static enum Webswing.MouseEventMsgInProto.MouseEventTypeProto extends Enum<Webswing.MouseEventMsgInProto.MouseEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto| Enum Constant and Description |
|---|
dblclick
dblclick = 4; |
mousedown
mousedown = 1; |
mousemove
mousemove = 0; |
mouseup
mouseup = 2; |
mousewheel
mousewheel = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
dblclick_VALUE
dblclick = 4; |
static int |
mousedown_VALUE
mousedown = 1; |
static int |
mousemove_VALUE
mousemove = 0; |
static int |
mouseup_VALUE
mouseup = 2; |
static int |
mousewheel_VALUE
mousewheel = 3; |
| 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.MouseEventMsgInProto.MouseEventTypeProto> |
internalGetValueMap() |
static Webswing.MouseEventMsgInProto.MouseEventTypeProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.MouseEventMsgInProto.MouseEventTypeProto |
valueOf(int value) |
static Webswing.MouseEventMsgInProto.MouseEventTypeProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webswing.MouseEventMsgInProto.MouseEventTypeProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webswing.MouseEventMsgInProto.MouseEventTypeProto mousemove
mousemove = 0;public static final Webswing.MouseEventMsgInProto.MouseEventTypeProto mousedown
mousedown = 1;public static final Webswing.MouseEventMsgInProto.MouseEventTypeProto mouseup
mouseup = 2;public static final Webswing.MouseEventMsgInProto.MouseEventTypeProto mousewheel
mousewheel = 3;public static final Webswing.MouseEventMsgInProto.MouseEventTypeProto dblclick
dblclick = 4;public static final int mousemove_VALUE
mousemove = 0;public static final int mousedown_VALUE
mousedown = 1;public static final int mouseup_VALUE
mouseup = 2;public static final int mousewheel_VALUE
mousewheel = 3;public static final int dblclick_VALUE
dblclick = 4;public static Webswing.MouseEventMsgInProto.MouseEventTypeProto[] values()
for (Webswing.MouseEventMsgInProto.MouseEventTypeProto c : Webswing.MouseEventMsgInProto.MouseEventTypeProto.values()) System.out.println(c);
public static Webswing.MouseEventMsgInProto.MouseEventTypeProto 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.MouseEventMsgInProto.MouseEventTypeProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.MouseEventMsgInProto.MouseEventTypeProto> 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.MouseEventMsgInProto.MouseEventTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017. All rights reserved.