AdventNet Web NMS 4 API Specification

com.adventnet.management.config
Interface AttributeConstants

All Known Subinterfaces:
FTPAttributeConstants, SnmpAttributeConstants, TelnetAttributeConstants, TftpAttributeConstants, TL1AttributeConstants

public interface AttributeConstants

An interface which defines constants for various attribute types.


Field Summary
static int GROUP_ATTRIBUTE
          Specifies the Attribute as Group.
static int SCALAR_ATTRIBUTE
          Specifies the Attribute as Scalar.
static int TABLE_ATTRIBUTE
          Specifies the Attribute as Table.
 

Field Detail

SCALAR_ATTRIBUTE

public static final int SCALAR_ATTRIBUTE
Specifies the Attribute as Scalar.

TABLE_ATTRIBUTE

public static final int TABLE_ATTRIBUTE
Specifies the Attribute as Table.

GROUP_ATTRIBUTE

public static final int GROUP_ATTRIBUTE
Specifies the Attribute as Group.

AdventNet Web NMS 4 API Specification