public enum CmdOptions extends Enum<CmdOptions>
CmdOptions class.
| Enum Constant and Description |
|---|
ADDRESS |
AUTH_LEVEL |
AUTH_PASSPHRASE |
AUTH_PROTOCOL |
COMMUNITY |
DELTA |
MIBS_DIR |
OIDS |
OPERATION |
OUTPUT_FILE |
OUTPUT_XML |
PORT |
PRINT_LOADED_MIBS |
PRIV_PASSPHRASE |
PRIV_PROTOCOL |
PROTOCOL |
RETRIES |
SECURITY_NAME |
TIMEOUT |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter for the field
name. |
int |
getValueSize()
Getter for the field
valueSize. |
static CmdOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmdOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmdOptions ADDRESS
public static final CmdOptions COMMUNITY
public static final CmdOptions VERSION
public static final CmdOptions TIMEOUT
public static final CmdOptions RETRIES
public static final CmdOptions OUTPUT_FILE
public static final CmdOptions PROTOCOL
public static final CmdOptions OIDS
public static final CmdOptions DELTA
public static final CmdOptions MIBS_DIR
public static final CmdOptions PRINT_LOADED_MIBS
public static final CmdOptions SECURITY_NAME
public static final CmdOptions AUTH_LEVEL
public static final CmdOptions AUTH_PASSPHRASE
public static final CmdOptions PRIV_PASSPHRASE
public static final CmdOptions AUTH_PROTOCOL
public static final CmdOptions PRIV_PROTOCOL
public static final CmdOptions OPERATION
public static final CmdOptions PORT
public static final CmdOptions OUTPUT_XML
public static CmdOptions[] values()
for (CmdOptions c : CmdOptions.values()) System.out.println(c);
public static CmdOptions 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 int getValueSize()
Getter for the field valueSize.
Copyright © 2016 iTransformers Labs. All rights reserved.