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