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