public static enum DesktopWmProtos.DesktopWindowInfo.DesktopWindowState extends Enum<DesktopWmProtos.DesktopWindowInfo.DesktopWindowState> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
FULLSCREEN |
MAXIMIZED |
MINIMIZED |
RESTORED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FULLSCREEN_VALUE |
static int |
MAXIMIZED_VALUE |
static int |
MINIMIZED_VALUE |
static int |
RESTORED_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.DesktopWindowState> |
internalGetValueMap() |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState |
valueOf(int value) |
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowState RESTORED
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowState MINIMIZED
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowState MAXIMIZED
public static final DesktopWmProtos.DesktopWindowInfo.DesktopWindowState FULLSCREEN
public static final int RESTORED_VALUE
public static final int MINIMIZED_VALUE
public static final int MAXIMIZED_VALUE
public static final int FULLSCREEN_VALUE
public static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState[] values()
for (DesktopWmProtos.DesktopWindowInfo.DesktopWindowState c : DesktopWmProtos.DesktopWindowInfo.DesktopWindowState.values()) System.out.println(c);
public static DesktopWmProtos.DesktopWindowInfo.DesktopWindowState 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.DesktopWindowState valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.DesktopWindowInfo.DesktopWindowState> 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.DesktopWindowState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012. All Rights Reserved.