org.opennms.netmgt.collectd
Interface CollectionAttributeType

All Superinterfaces:
AttributeDefinition
All Known Implementing Classes:
NumericAttributeType, SnmpAttributeType, StringAttributeType

public interface CollectionAttributeType
extends AttributeDefinition


Method Summary
 AttributeGroupType getGroupType()
           
 void storeAttribute(CollectionAttribute attribute, Persister persister)
           
 
Methods inherited from interface org.opennms.netmgt.collectd.AttributeDefinition
equals, getName, getType, hashCode
 

Method Detail

getGroupType

AttributeGroupType getGroupType()

storeAttribute

void storeAttribute(CollectionAttribute attribute,
                    Persister persister)


Copyright © 2009. All Rights Reserved.