org.opennms.netmgt.config.collector
Interface CollectionAttributeType

All Superinterfaces:
AttributeDefinition
All Known Implementing Classes:
JdbcCollectionAttributeType, NumericAttributeType, SnmpAttributeType, StringAttributeType, WmiCollectionAttributeType, XmlCollectionAttributeType

public interface CollectionAttributeType
extends AttributeDefinition

CollectionAttributeType interface.

Version:
$Id: $
Author:
ranger

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

Method Detail

getGroupType

AttributeGroupType getGroupType()

getGroupType

Returns:
a AttributeGroupType object.

storeAttribute

void storeAttribute(CollectionAttribute attribute,
                    Persister persister)

storeAttribute

Parameters:
attribute - a CollectionAttribute object.
persister - a Persister object.


Copyright © 2011. All Rights Reserved.