protected static enum PingRequestHandler.ACTIONS extends Enum<PingRequestHandler.ACTIONS>
| Modifier and Type | Method and Description | 
|---|---|
| static PingRequestHandler.ACTIONS | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PingRequestHandler.ACTIONS[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PingRequestHandler.ACTIONS STATUS
public static final PingRequestHandler.ACTIONS ENABLE
public static final PingRequestHandler.ACTIONS DISABLE
public static final PingRequestHandler.ACTIONS PING
public static PingRequestHandler.ACTIONS[] values()
for (PingRequestHandler.ACTIONS c : PingRequestHandler.ACTIONS.values()) System.out.println(c);
public static PingRequestHandler.ACTIONS 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 © 2000-2017 Apache Software Foundation. All Rights Reserved.