public static enum SystemInputProtos.ModifierPressed extends Enum<SystemInputProtos.ModifierPressed> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
ALT_VALUE |
static int |
CTRL_VALUE |
static int |
META_VALUE |
static int |
NONE_VALUE |
static int |
SHIFT_VALUE |
static int |
SUPER_VALUE |
| 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<SystemInputProtos.ModifierPressed> |
internalGetValueMap() |
static SystemInputProtos.ModifierPressed |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SystemInputProtos.ModifierPressed |
valueOf(int value) |
static SystemInputProtos.ModifierPressed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInputProtos.ModifierPressed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemInputProtos.ModifierPressed NONE
public static final SystemInputProtos.ModifierPressed CTRL
public static final SystemInputProtos.ModifierPressed SHIFT
public static final SystemInputProtos.ModifierPressed ALT
public static final SystemInputProtos.ModifierPressed META
public static final SystemInputProtos.ModifierPressed SUPER
public static final int NONE_VALUE
public static final int CTRL_VALUE
public static final int SHIFT_VALUE
public static final int ALT_VALUE
public static final int META_VALUE
public static final int SUPER_VALUE
public static SystemInputProtos.ModifierPressed[] values()
for (SystemInputProtos.ModifierPressed c : SystemInputProtos.ModifierPressed.values()) System.out.println(c);
public static SystemInputProtos.ModifierPressed 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 SystemInputProtos.ModifierPressed valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SystemInputProtos.ModifierPressed> 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 SystemInputProtos.ModifierPressed valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013. All Rights Reserved.