org.opennms.netmgt.collectd
Class StringAttributeType

java.lang.Object
  extended by org.opennms.netmgt.collectd.SnmpAttributeType
      extended by org.opennms.netmgt.collectd.StringAttributeType
All Implemented Interfaces:
AttributeDefinition, CollectionAttributeType

public class StringAttributeType
extends SnmpAttributeType


Constructor Summary
StringAttributeType(ResourceType resourceType, String collectionName, MibObject mibObj, AttributeGroupType groupType)
           
 
Method Summary
 void storeAttribute(CollectionAttribute attribute, Persister persister)
           
static boolean supportsType(String rawType)
           
 
Methods inherited from class org.opennms.netmgt.collectd.SnmpAttributeType
create, equals, getAlias, getCollectionName, getCollectionTrackers, getGroupIfType, getGroupName, getGroupType, getInstance, getName, getOid, getResourceType, getType, hashCode, log, matches, storeResult, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringAttributeType

public StringAttributeType(ResourceType resourceType,
                           String collectionName,
                           MibObject mibObj,
                           AttributeGroupType groupType)
Method Detail

supportsType

public static boolean supportsType(String rawType)

storeAttribute

public void storeAttribute(CollectionAttribute attribute,
                           Persister persister)
Specified by:
storeAttribute in interface CollectionAttributeType
Specified by:
storeAttribute in class SnmpAttributeType


Copyright © 2009. All Rights Reserved.