| Enum Constant and Description |
|---|
AGENT_CAPABILITIES |
MODULE_COMPLIANCE |
NOTIFICATION_GROUP |
NOTIFICATION_TYPE |
OBJECT_GROUP |
OBJECT_IDENTITY |
OBJECT_TYPE_V1 |
OBJECT_TYPE_V2 |
TEXTUAL_CONVENTION |
TRAP_TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessFieldName() |
SmiVersion |
getVersion() |
static MacroType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MacroType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacroType OBJECT_TYPE_V1
public static final MacroType OBJECT_TYPE_V2
public static final MacroType OBJECT_IDENTITY
public static final MacroType NOTIFICATION_TYPE
public static final MacroType TEXTUAL_CONVENTION
public static final MacroType OBJECT_GROUP
public static final MacroType NOTIFICATION_GROUP
public static final MacroType MODULE_COMPLIANCE
public static final MacroType AGENT_CAPABILITIES
public static final MacroType TRAP_TYPE
public static MacroType[] values()
for (MacroType c : MacroType.values()) System.out.println(c);
public static MacroType 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 nullpublic SmiVersion getVersion()
public java.lang.String getAccessFieldName()