public static enum SnmpConfigServlet.SnmpConfigServletAction extends Enum<SnmpConfigServlet.SnmpConfigServletAction>
| Enum Constant and Description | 
|---|
Default  | 
GetConfigForIp  | 
Save  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getActionName()  | 
static SnmpConfigServlet.SnmpConfigServletAction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SnmpConfigServlet.SnmpConfigServletAction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SnmpConfigServlet.SnmpConfigServletAction Default
public static final SnmpConfigServlet.SnmpConfigServletAction GetConfigForIp
public static final SnmpConfigServlet.SnmpConfigServletAction Save
public static SnmpConfigServlet.SnmpConfigServletAction[] values()
for (SnmpConfigServlet.SnmpConfigServletAction c : SnmpConfigServlet.SnmpConfigServletAction.values()) System.out.println(c);
public static SnmpConfigServlet.SnmpConfigServletAction 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 String getActionName()
Copyright © 2020. All rights reserved.