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