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