public enum SmiType extends Enum<SmiType>
OBJECT-TYPE) that defined the SMI object.| Enum Constant and Description |
|---|
AGENT_CAPABILITIES |
MODULE_COMPLIANCE |
MODULE_IDENTITY |
NOTIFICATION_GROUP |
NOTIFICATION_TYPE |
OBJECT_GROUP |
OBJECT_IDENTITY |
OBJECT_NAME |
OBJECT_TYPE_COLUMN |
OBJECT_TYPE_SCALAR |
OBJECT_TYPE_TABLE |
OBJECT_TYPE_TABLE_ENTRY |
TEXTUAL_CONVENTION |
TRAP_TYPE |
| Modifier and Type | Method and Description |
|---|---|
protected static SmiType |
fromJasmiType(int jasmiType) |
protected int |
getJasmiType() |
static SmiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmiType MODULE_IDENTITY
public static final SmiType OBJECT_NAME
public static final SmiType OBJECT_IDENTITY
public static final SmiType OBJECT_TYPE_SCALAR
public static final SmiType OBJECT_TYPE_TABLE
public static final SmiType OBJECT_TYPE_TABLE_ENTRY
public static final SmiType OBJECT_TYPE_COLUMN
public static final SmiType NOTIFICATION_TYPE
public static final SmiType TEXTUAL_CONVENTION
public static final SmiType OBJECT_GROUP
public static final SmiType NOTIFICATION_GROUP
public static final SmiType MODULE_COMPLIANCE
public static final SmiType AGENT_CAPABILITIES
public static final SmiType TRAP_TYPE
public static SmiType[] values()
for (SmiType c : SmiType.values()) System.out.println(c);
public static SmiType 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 nullprotected int getJasmiType()
protected static SmiType fromJasmiType(int jasmiType)
Copyright © 2015 SNMP4J.com. All Rights Reserved.