public static enum TinyV2Mapper.Type extends java.lang.Enum<TinyV2Mapper.Type>
| Enum Constant and Description |
|---|
CLEAN_TO_INTERMEDIARY |
CLEAN_TO_OBFUSCATED |
INTERMEDIARY_TO_CLEAN |
INTERMEDIARY_TO_OBFUSCATED |
OBFUSCATED_TO_CLEAN |
OBFUSCATED_TO_INTERMEDIARY |
| Modifier and Type | Method and Description |
|---|---|
int |
getFromIndex() |
int |
getToIndex() |
static TinyV2Mapper.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TinyV2Mapper.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TinyV2Mapper.Type OBFUSCATED_TO_INTERMEDIARY
public static final TinyV2Mapper.Type OBFUSCATED_TO_CLEAN
public static final TinyV2Mapper.Type INTERMEDIARY_TO_OBFUSCATED
public static final TinyV2Mapper.Type INTERMEDIARY_TO_CLEAN
public static final TinyV2Mapper.Type CLEAN_TO_OBFUSCATED
public static final TinyV2Mapper.Type CLEAN_TO_INTERMEDIARY
public static TinyV2Mapper.Type[] values()
for (TinyV2Mapper.Type c : TinyV2Mapper.Type.values()) System.out.println(c);
public static TinyV2Mapper.Type 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 nullpublic int getFromIndex()
public int getToIndex()