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