org.opennms.netmgt.collectd
Class AttributeGroup
java.lang.Object
org.opennms.netmgt.collectd.AttributeGroup
- Direct Known Subclasses:
- AliasedGroup
public class AttributeGroup
- extends Object
AttributeGroup
public AttributeGroup(CollectionResource resource,
AttributeGroupType groupType)
getName
public String getName()
getResource
public CollectionResource getResource()
getAttributes
public Collection<CollectionAttribute> getAttributes()
addAttribute
public void addAttribute(CollectionAttribute attr)
visit
public void visit(CollectionSetVisitor visitor)
shouldPersist
public boolean shouldPersist(ServiceParameters params)
getGroupType
public AttributeGroupType getGroupType()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009. All Rights Reserved.