java.io.Serializable
, java.lang.Comparable<CMProtocols.MSDPListable>
protected static enum CMProtocols.MSDPListable extends java.lang.Enum<CMProtocols.MSDPListable>
Enum Constant | Description |
---|---|
COMMANDS |
|
CONFIGURABLE_VARIABLES |
|
LISTS |
|
REPORTABLE_VARIABLES |
|
REPORTED_VARIABLES |
|
SENDABLE_VARIABLES |
Modifier and Type | Method | Description |
---|---|---|
static CMProtocols.MSDPListable |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProtocols.MSDPListable[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProtocols.MSDPListable COMMANDS
public static final CMProtocols.MSDPListable LISTS
public static final CMProtocols.MSDPListable CONFIGURABLE_VARIABLES
public static final CMProtocols.MSDPListable REPORTABLE_VARIABLES
public static final CMProtocols.MSDPListable REPORTED_VARIABLES
public static final CMProtocols.MSDPListable SENDABLE_VARIABLES
public static CMProtocols.MSDPListable[] values()
for (CMProtocols.MSDPListable c : CMProtocols.MSDPListable.values()) System.out.println(c);
public static CMProtocols.MSDPListable valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null