|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.collector.AttributeGroupType
public class AttributeGroupType
AttributeGroupType class.
| Constructor Summary | |
|---|---|
AttributeGroupType(String groupName,
String groupIfType)
Constructor for AttributeGroupType. |
|
| Method Summary | |
|---|---|
void |
addAttributeType(AttributeDefinition attrType)
addAttributeType |
boolean |
equals(Object obj)
|
SortedSet<AttributeDefinition> |
getAttributeTypes()
getAttributeTypes |
String |
getIfType()
getIfType |
String |
getName()
getName |
int |
hashCode()
hashCode |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeGroupType(String groupName,
String groupIfType)
Constructor for AttributeGroupType.
groupName - a String object.groupIfType - a String object.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode
hashCode in class Objectpublic String getIfType()
getIfType
String object.public String getName()
getName
String object.public void addAttributeType(AttributeDefinition attrType)
addAttributeType
attrType - a org.opennms.netmgt.collectd.AttributeDefinition object.public SortedSet<AttributeDefinition> getAttributeTypes()
getAttributeTypes
SortedSet 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 | |||||||||