Serializable, Comparable<LangDefinition.MethodConversion>public static enum LangDefinition.MethodConversion extends Enum<LangDefinition.MethodConversion>
| Enum Constant | Description |
|---|---|
Auto |
|
OnlyMethod |
|
UnSpecficied |
| Modifier and Type | Method | Description |
|---|---|---|
static LangDefinition.MethodConversion |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LangDefinition.MethodConversion[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LangDefinition.MethodConversion UnSpecficied
public static final LangDefinition.MethodConversion Auto
public static final LangDefinition.MethodConversion OnlyMethod
public static LangDefinition.MethodConversion[] values()
for (LangDefinition.MethodConversion c : LangDefinition.MethodConversion.values()) System.out.println(c);
public static LangDefinition.MethodConversion 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 nullCopyright © 2018. All rights reserved.