public class AttributeGroupWrapper extends AttributeGroup
| Constructor and Description | 
|---|
AttributeGroupWrapper(AttributeGroup wrapped)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
doShouldPersist, getIfTypepublic AttributeGroupWrapper(AttributeGroup wrapped)
public String getName()
getName
getName in class AttributeGroupString object.public CollectionResource getResource()
getResource
getResource in class AttributeGroupCollectionResource object.public Collection<CollectionAttribute> getAttributes()
getAttributes
getAttributes in class AttributeGroupCollection object.public void addAttribute(CollectionAttribute attr)
addAttribute
addAttribute in class AttributeGroupattr - a CollectionAttribute object.public void visit(CollectionSetVisitor visitor)
visit
visit in interface CollectionVisitablevisit in class AttributeGroupvisitor - a CollectionSetVisitor object.public boolean shouldPersist(ServiceParameters params)
shouldPersist
shouldPersist in interface PersistableshouldPersist in class AttributeGroupparams - a ServiceParameters object.public AttributeGroupType getGroupType()
getGroupType
getGroupType in class AttributeGrouporg.opennms.netmgt.collectd.AttributeGroupType object.public String toString()
toString
toString in class AttributeGroupString object.Copyright © 2021. All rights reserved.