public static enum CommonCodeStyleSettings.WrapOnTyping extends java.lang.Enum<CommonCodeStyleSettings.WrapOnTyping>
| Modifier and Type | Field and Description |
|---|---|
int |
intValue |
| Modifier and Type | Method and Description |
|---|---|
static CommonCodeStyleSettings.WrapOnTyping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonCodeStyleSettings.WrapOnTyping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonCodeStyleSettings.WrapOnTyping DEFAULT
public static final CommonCodeStyleSettings.WrapOnTyping NO_WRAP
public static final CommonCodeStyleSettings.WrapOnTyping WRAP
public static CommonCodeStyleSettings.WrapOnTyping[] values()
for (CommonCodeStyleSettings.WrapOnTyping c : CommonCodeStyleSettings.WrapOnTyping.values()) System.out.println(c);
public static CommonCodeStyleSettings.WrapOnTyping valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null