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