public static enum Options.InsertPos extends Enum<Options.InsertPos>
Modifier and Type | Method and Description |
---|---|
static Options.InsertPos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.InsertPos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.InsertPos Top
public static final Options.InsertPos Bottom
public static final Options.InsertPos Sort
public static Options.InsertPos[] values()
for (Options.InsertPos c : Options.InsertPos.values()) System.out.println(c);
public static Options.InsertPos 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 © 2008–2018 Apache Software Foundation. All rights reserved.