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