public static enum DesktopWmProtos.DesktopWindowInfo.DesktopWindowType extends Enum<DesktopWmProtos.DesktopWindowInfo.DesktopWindowType> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
DIALOG_VALUE |
static int |
NORMAL_VALUE |
static int |
UNKNOWN_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<DesktopWmProtos.DesktopWindowInfo.DesktopWindowType> |
internalGetValueMap() |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType |
valueOf(int value) |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowType UNKNOWN
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowType DIALOG
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowType NORMAL
public static final int UNKNOWN_VALUE
public static final int DIALOG_VALUE
public static final int NORMAL_VALUE
public static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType[] values()
for (DesktopWmProtos.DesktopWindowInfo.DesktopWindowType c : DesktopWmProtos.DesktopWindowInfo.DesktopWindowType.values()) System.out.println(c);
public static DesktopWmProtos.DesktopWindowInfo.DesktopWindowType 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 DesktopWmProtos.DesktopWindowInfo.DesktopWindowType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.DesktopWindowInfo.DesktopWindowType> 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 DesktopWmProtos.DesktopWindowInfo.DesktopWindowType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012. All Rights Reserved.