public static enum Webswing.FocusEventMsgProto.FocusEventTypeProto extends Enum<Webswing.FocusEventMsgProto.FocusEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto| Enum Constant and Description |
|---|
focusGained
focusGained = 2; |
focusLost
focusLost = 1; |
focusWithCarretGained
focusWithCarretGained = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
focusGained_VALUE
focusGained = 2; |
static int |
focusLost_VALUE
focusLost = 1; |
static int |
focusWithCarretGained_VALUE
focusWithCarretGained = 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.FocusEventMsgProto.FocusEventTypeProto> |
internalGetValueMap() |
static Webswing.FocusEventMsgProto.FocusEventTypeProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.FocusEventMsgProto.FocusEventTypeProto |
valueOf(int value) |
static Webswing.FocusEventMsgProto.FocusEventTypeProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webswing.FocusEventMsgProto.FocusEventTypeProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webswing.FocusEventMsgProto.FocusEventTypeProto focusLost
focusLost = 1;public static final Webswing.FocusEventMsgProto.FocusEventTypeProto focusGained
focusGained = 2;public static final Webswing.FocusEventMsgProto.FocusEventTypeProto focusWithCarretGained
focusWithCarretGained = 3;public static final int focusLost_VALUE
focusLost = 1;public static final int focusGained_VALUE
focusGained = 2;public static final int focusWithCarretGained_VALUE
focusWithCarretGained = 3;public static Webswing.FocusEventMsgProto.FocusEventTypeProto[] values()
for (Webswing.FocusEventMsgProto.FocusEventTypeProto c : Webswing.FocusEventMsgProto.FocusEventTypeProto.values()) System.out.println(c);
public static Webswing.FocusEventMsgProto.FocusEventTypeProto 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.FocusEventMsgProto.FocusEventTypeProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.FocusEventMsgProto.FocusEventTypeProto> 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.FocusEventMsgProto.FocusEventTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.