public static enum TDataConversionItem.EDataConversionype extends Enum<TDataConversionItem.EDataConversionype>
| Enum Constant and Description |
|---|
dataAttribute |
dataType |
| Modifier and Type | Method and Description |
|---|---|
static TDataConversionItem.EDataConversionype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDataConversionItem.EDataConversionype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDataConversionItem.EDataConversionype dataType
public static final TDataConversionItem.EDataConversionype dataAttribute
public static TDataConversionItem.EDataConversionype[] values()
for (TDataConversionItem.EDataConversionype c : TDataConversionItem.EDataConversionype.values()) System.out.println(c);
public static TDataConversionItem.EDataConversionype 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