Enum AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto
- java.lang.Object
-
- java.lang.Enum<AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto>
-
- org.webswing.model.appframe.proto.AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto>
- Enclosing class:
- AppFrameProtoIn.MouseEventMsgInProto
public static enum AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto extends java.lang.Enum<AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumappFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto
-
-
Enum Constant Summary
Enum Constants Enum Constant Description dblclickdblclick = 4;mousedownmousedown = 1;mousemovemousemove = 0;mouseupmouseup = 2;mousewheelmousewheel = 3;
-
Field Summary
Fields Modifier and Type Field Description static intdblclick_VALUEdblclick = 4;static intmousedown_VALUEmousedown = 1;static intmousemove_VALUEmousemove = 0;static intmouseup_VALUEmouseup = 2;static intmousewheel_VALUEmousewheel = 3;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtoforNumber(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<AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto>internalGetValueMap()static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtovalueOf(int value)Deprecated.static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
mousemove
public static final AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto mousemove
mousemove = 0;
-
mousedown
public static final AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto mousedown
mousedown = 1;
-
mouseup
public static final AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto mouseup
mouseup = 2;
-
mousewheel
public static final AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto mousewheel
mousewheel = 3;
-
dblclick
public static final AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto dblclick
dblclick = 4;
-
-
Field Detail
-
mousemove_VALUE
public static final int mousemove_VALUE
mousemove = 0;- See Also:
- Constant Field Values
-
mousedown_VALUE
public static final int mousedown_VALUE
mousedown = 1;- See Also:
- Constant Field Values
-
mouseup_VALUE
public static final int mouseup_VALUE
mouseup = 2;- See Also:
- Constant Field Values
-
mousewheel_VALUE
public static final int mousewheel_VALUE
mousewheel = 3;- See Also:
- Constant Field Values
-
dblclick_VALUE
public static final int dblclick_VALUE
dblclick = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto[] 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 (AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto c : AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto 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 AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto 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 AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto> 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 AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto 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
-
-