public static enum CodeStyle.InsertionPoint extends Enum<CodeStyle.InsertionPoint>
Enum Constant and Description |
---|
CARET_LOCATION |
FIRST_IN_CATEGORY |
LAST_IN_CATEGORY |
ORDERED_IN_CATEGORY |
Modifier and Type | Method and Description |
---|---|
static CodeStyle.InsertionPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeStyle.InsertionPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeStyle.InsertionPoint LAST_IN_CATEGORY
public static final CodeStyle.InsertionPoint FIRST_IN_CATEGORY
public static final CodeStyle.InsertionPoint ORDERED_IN_CATEGORY
public static final CodeStyle.InsertionPoint CARET_LOCATION
public static CodeStyle.InsertionPoint[] values()
public static CodeStyle.InsertionPoint 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 null