public enum TransformerChangeTypes extends Enum<TransformerChangeTypes>
Enum Constant and Description |
---|
NONE |
TRANSFORMER_ADDED |
TRANSFORMER_REMOVED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static TransformerChangeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformerChangeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformerChangeTypes NONE
public static final TransformerChangeTypes TRANSFORMER_ADDED
public static final TransformerChangeTypes TRANSFORMER_REMOVED
public static TransformerChangeTypes[] values()
for (TransformerChangeTypes c : TransformerChangeTypes.values()) System.out.println(c);
public static TransformerChangeTypes 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 int getValue()
Copyright © 2016. All Rights Reserved.