com.adventnet.snmp.mibs.mibparser
Interface MIBConstants

All Known Implementing Classes:
JdbcLeafSyntax, JdbcMibModule, JdbcMibNode, JdbcMibOperations, JdbcMibTC, LeafSyntax, MibMacro, MibModule, MibNode, MibOperations, MibTC, MIBWriter, SyntaxAgentCapabilities, SyntaxModuleCompliance, SyntaxModuleIdentity, SyntaxNotification, SyntaxNotificationGroup, SyntaxNumber, SyntaxObjectGroup, SyntaxObjectIdentity, SyntaxObjectType, SyntaxOID, SyntaxSequence, SyntaxString, SyntaxTextualConvention, SyntaxTrapType

public interface MIBConstants


Field Summary
static int ACCESS_ACCESSIBLE_FOR_NOTIFY
           
static int ACCESS_NOT_ACCESSIBLE
          ACCESS clause constants
static int ACCESS_NOT_IMPLEMENTED
          This access clause value is used only in Agent-Capabilities
static int ACCESS_READ_CREATE
           
static int ACCESS_READ_ONLY
           
static int ACCESS_READ_WRITE
           
static int ACCESS_WRITE_ONLY
           
static java.lang.String[] accessStr
          String representations of ACCESS clause constants
static int AGENT_CAPABILITIES
           
static java.lang.String[] alphaStr
          String representation of the non-numeric types such as ipaddress,octet string etc.
static int BITSTRING
           
static int COUNTER
           
static int COUNTER32
           
static int COUNTER64
           
static int GAUGE
           
static int GAUGE32
           
static int INTEGER
          The basic numeric types
static int INTEGER32
           
static int IPADDRESS
           
static java.lang.String[] macroStr
          String repesentations of the macro-types.
static int MODULE_COMPLIANCE
           
static int MODULE_IDENTITY
           
static int NETWORKADDRESS
           
static int NOTIFICATION_GROUP
           
static int NOTIFICATION_TYPE
           
static int NULL
           
static java.lang.String[] numericStr
          String representation of the numeric types counter,integer etc..
static int OBJECT_GROUP
           
static int OBJECT_IDENTIFIER
          The basic type definitions used while reading and writing the compiled MIBs
static int OBJECT_IDENTITY
           
static int OBJECT_TYPE
          The sub-types
static int OCTETSTRING
          The miscellaneous types
static int OPAQUE
           
static int SEQUENCE
           
static int STATUS_CURRENT
           
static int STATUS_DEPRECATED
           
static int STATUS_MANDATORY
          STATUS constants
static int STATUS_OBSOLETE
           
static int STATUS_OPTIONAL
           
static java.lang.String[] statusStr
          String representations of status clauses
static int TEXTUAL_CONVENTION
           
static int TIMETICKS
           
static int TRAP_TYPE
           
static int UNSIGNED32
           
 

Field Detail

OBJECT_IDENTIFIER

static final int OBJECT_IDENTIFIER
The basic type definitions used while reading and writing the compiled MIBs

See Also:
Constant Field Values

TEXTUAL_CONVENTION

static final int TEXTUAL_CONVENTION
See Also:
Constant Field Values

TRAP_TYPE

static final int TRAP_TYPE
See Also:
Constant Field Values

SEQUENCE

static final int SEQUENCE
See Also:
Constant Field Values

OBJECT_TYPE

static final int OBJECT_TYPE
The sub-types

See Also:
Constant Field Values

AGENT_CAPABILITIES

static final int AGENT_CAPABILITIES
See Also:
Constant Field Values

MODULE_IDENTITY

static final int MODULE_IDENTITY
See Also:
Constant Field Values

OBJECT_IDENTITY

static final int OBJECT_IDENTITY
See Also:
Constant Field Values

NOTIFICATION_TYPE

static final int NOTIFICATION_TYPE
See Also:
Constant Field Values

OBJECT_GROUP

static final int OBJECT_GROUP
See Also:
Constant Field Values

MODULE_COMPLIANCE

static final int MODULE_COMPLIANCE
See Also:
Constant Field Values

NOTIFICATION_GROUP

static final int NOTIFICATION_GROUP
See Also:
Constant Field Values

macroStr

static final java.lang.String[] macroStr
String repesentations of the macro-types. This array contains the following Strings in order "OBJECT-TYPE","AGENT-CAPABILITIES","MODULE-IDENTITY", "OBJECT-IDENTITY","NOTIFICATION-TYPE","OBJECT-GROUP", "MODULE-COMPLIANCE","NOTIFICATION-GROUP". No assumptions should be made about the length of this array. Additions could be made, but no changes in the order or the currently defined strings will be made.


INTEGER

static final int INTEGER
The basic numeric types

See Also:
Constant Field Values

INTEGER32

static final int INTEGER32
See Also:
Constant Field Values

UNSIGNED32

static final int UNSIGNED32
See Also:
Constant Field Values

GAUGE

static final int GAUGE
See Also:
Constant Field Values

GAUGE32

static final int GAUGE32
See Also:
Constant Field Values

COUNTER

static final int COUNTER
See Also:
Constant Field Values

COUNTER32

static final int COUNTER32
See Also:
Constant Field Values

COUNTER64

static final int COUNTER64
See Also:
Constant Field Values

TIMETICKS

static final int TIMETICKS
See Also:
Constant Field Values

numericStr

static final java.lang.String[] numericStr
String representation of the numeric types counter,integer etc..


OCTETSTRING

static final int OCTETSTRING
The miscellaneous types

See Also:
Constant Field Values

IPADDRESS

static final int IPADDRESS
See Also:
Constant Field Values

OPAQUE

static final int OPAQUE
See Also:
Constant Field Values

NETWORKADDRESS

static final int NETWORKADDRESS
See Also:
Constant Field Values

BITSTRING

static final int BITSTRING
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

alphaStr

static final java.lang.String[] alphaStr
String representation of the non-numeric types such as ipaddress,octet string etc.


STATUS_MANDATORY

static final int STATUS_MANDATORY
STATUS constants

See Also:
Constant Field Values

STATUS_CURRENT

static final int STATUS_CURRENT
See Also:
Constant Field Values

STATUS_OPTIONAL

static final int STATUS_OPTIONAL
See Also:
Constant Field Values

STATUS_DEPRECATED

static final int STATUS_DEPRECATED
See Also:
Constant Field Values

STATUS_OBSOLETE

static final int STATUS_OBSOLETE
See Also:
Constant Field Values

statusStr

static final java.lang.String[] statusStr
String representations of status clauses


ACCESS_NOT_ACCESSIBLE

static final int ACCESS_NOT_ACCESSIBLE
ACCESS clause constants

See Also:
Constant Field Values

ACCESS_READ_ONLY

static final int ACCESS_READ_ONLY
See Also:
Constant Field Values

ACCESS_READ_WRITE

static final int ACCESS_READ_WRITE
See Also:
Constant Field Values

ACCESS_WRITE_ONLY

static final int ACCESS_WRITE_ONLY
See Also:
Constant Field Values

ACCESS_READ_CREATE

static final int ACCESS_READ_CREATE
See Also:
Constant Field Values

ACCESS_ACCESSIBLE_FOR_NOTIFY

static final int ACCESS_ACCESSIBLE_FOR_NOTIFY
See Also:
Constant Field Values

ACCESS_NOT_IMPLEMENTED

static final int ACCESS_NOT_IMPLEMENTED
This access clause value is used only in Agent-Capabilities

See Also:
Constant Field Values

accessStr

static final java.lang.String[] accessStr
String representations of ACCESS clause constants