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