public enum IndentFlag extends Enum<IndentFlag>
Enum Constant and Description |
---|
childi |
childx |
collapse |
deflt |
expand |
hlink |
space |
vlink |
Modifier and Type | Method and Description |
---|---|
static IndentFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndentFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndentFlag expand
public static final IndentFlag collapse
public static final IndentFlag childi
public static final IndentFlag childx
public static final IndentFlag vlink
public static final IndentFlag space
public static final IndentFlag hlink
public static final IndentFlag deflt
public static IndentFlag[] values()
for (IndentFlag c : IndentFlag.values()) System.out.println(c);
public static IndentFlag 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 nullCopyright © 2024. All rights reserved.