public static enum ViewProperties.VerticalBarStateEnum extends Enum<ViewProperties.VerticalBarStateEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ViewProperties.VerticalBarStateEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static ViewProperties.VerticalBarStateEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ViewProperties.VerticalBarStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProperties.VerticalBarStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewProperties.VerticalBarStateEnum MINIMIZED
public static final ViewProperties.VerticalBarStateEnum RESTORED
public static final ViewProperties.VerticalBarStateEnum MAXIMIZED
public static ViewProperties.VerticalBarStateEnum[] values()
for (ViewProperties.VerticalBarStateEnum c : ViewProperties.VerticalBarStateEnum.values()) System.out.println(c);
public static ViewProperties.VerticalBarStateEnum 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 String getValue()
public String toString()
toString
in class Enum<ViewProperties.VerticalBarStateEnum>
public static ViewProperties.VerticalBarStateEnum fromValue(String text)
Copyright © 2023. All rights reserved.