|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.collector.AttributeGroup
public class AttributeGroup
AttributeGroup class.
| Constructor Summary | |
|---|---|
AttributeGroup(CollectionResource resource,
AttributeGroupType groupType)
Constructor for AttributeGroup. |
|
| Method Summary | |
|---|---|
void |
addAttribute(CollectionAttribute attr)
addAttribute |
Collection<CollectionAttribute> |
getAttributes()
getAttributes |
AttributeGroupType |
getGroupType()
getGroupType |
String |
getName()
getName |
CollectionResource |
getResource()
getResource |
boolean |
shouldPersist(ServiceParameters params)
shouldPersist |
String |
toString()
toString |
void |
visit(CollectionSetVisitor visitor)
visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeGroup(CollectionResource resource,
AttributeGroupType groupType)
Constructor for AttributeGroup.
resource - a CollectionResource object.groupType - a org.opennms.netmgt.collectd.AttributeGroupType object.| Method Detail |
|---|
public String getName()
getName
String object.public CollectionResource getResource()
getResource
CollectionResource object.public Collection<CollectionAttribute> getAttributes()
getAttributes
Collection object.public void addAttribute(CollectionAttribute attr)
addAttribute
attr - a CollectionAttribute object.public void visit(CollectionSetVisitor visitor)
visit
visitor - a CollectionSetVisitor object.public boolean shouldPersist(ServiceParameters params)
shouldPersist
params - a ServiceParameters object.
public AttributeGroupType getGroupType()
getGroupType
org.opennms.netmgt.collectd.AttributeGroupType object.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||