@Namespace(value="Qt") public static enum Qt5Core.Orientation extends Enum<Qt5Core.Orientation>
| Enum Constant and Description |
|---|
Horizontal |
Vertical |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Qt5Core.Orientation |
intern() |
String |
toString() |
static Qt5Core.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qt5Core.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qt5Core.Orientation Horizontal
public static final Qt5Core.Orientation Vertical
public static Qt5Core.Orientation[] values()
for (Qt5Core.Orientation c : Qt5Core.Orientation.values()) System.out.println(c);
public static Qt5Core.Orientation 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 Qt5Core.Orientation intern()
public String toString()
toString in class Enum<Qt5Core.Orientation>Copyright © 2020. All rights reserved.