public enum CmdOptions extends Enum<CmdOptions>
CmdOptions class.
| Enum Constant and Description |
|---|
ADDRESS |
COMMUNITY |
DELTA |
MAX_REPETITIONS |
MIBS_DIR |
OIDS |
OUTPUT_FILE |
PORT |
PRINT_LOADED_MIBS |
RETRIES |
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 MAX_REPETITIONS
public static final CmdOptions OUTPUT_FILE
public static final CmdOptions PORT
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 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.