Class SnmpAttributeType

  • All Implemented Interfaces:
    CollectionAttributeType
    Direct Known Subclasses:
    HexStringAttributeType, MibPropertyAttributeType, NumericAttributeType, StringAttributeType

    public abstract class SnmpAttributeType
    extends AbstractCollectionAttributeType
    Represents an OID to be collected (it might be specific or an indexed object). Also specific to a collection (e.g.: "default"), resource type (e.g.: node or interface), and attribute group (data collection group name, e.g.: "mib2-interfaces"). This is extended to create concrete classes that represent specific types of data to be stored such as numeric data ({@link (NumericAttributeType)}) or string data ({@link (StringAttributeType)}).
    Version:
    $Id: $
    Author:
    ranger