public static enum SmartFixManager.SmartFixMode extends Enum<SmartFixManager.SmartFixMode>
| Enum Constant and Description |
|---|
ADD_MISSING_OVERRIDE |
FIX_CASE |
FIX_CTOR_SYNTAX |
FIX_IMPLICIT_CAST |
FIX_JAVA_STYLE_CAST |
FIX_RETURN_TYPE |
FIX_UNUSED_ELEMENT |
GENERATE_CONSTRUCTORS |
GENERATE_SUPER_CALL |
IMPORT |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SmartFixManager.SmartFixMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmartFixManager.SmartFixMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmartFixManager.SmartFixMode NONE
public static final SmartFixManager.SmartFixMode IMPORT
public static final SmartFixManager.SmartFixMode FIX_IMPLICIT_CAST
public static final SmartFixManager.SmartFixMode FIX_JAVA_STYLE_CAST
public static final SmartFixManager.SmartFixMode FIX_CTOR_SYNTAX
public static final SmartFixManager.SmartFixMode FIX_UNUSED_ELEMENT
public static final SmartFixManager.SmartFixMode ADD_MISSING_OVERRIDE
public static final SmartFixManager.SmartFixMode FIX_CASE
public static final SmartFixManager.SmartFixMode FIX_RETURN_TYPE
public static final SmartFixManager.SmartFixMode GENERATE_CONSTRUCTORS
public static final SmartFixManager.SmartFixMode GENERATE_SUPER_CALL
public static SmartFixManager.SmartFixMode[] values()
for (SmartFixManager.SmartFixMode c : SmartFixManager.SmartFixMode.values()) System.out.println(c);
public static SmartFixManager.SmartFixMode 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 nullpublic String toString()
toString in class Enum<SmartFixManager.SmartFixMode>Copyright © 2016. All rights reserved.