Class GroupImpl
- java.lang.Object
-
- org.opennms.netmgt.config.internal.collection.GroupImpl
-
- All Implemented Interfaces:
IGroup
public class GroupImpl extends Object implements IGroup
<group name="mib2-coffee-rfc2325"> <mibObj oid=".1.3.6.1.2.1.10.132.2" instance="0" alias="coffeePotCapacity" type="integer" /> <mibObj oid=".1.3.6.1.2.1.10.132.4.1.2" instance="0" alias="coffeePotLevel" type="integer" /> <mibObj oid=".1.3.6.1.2.1.10.132.4.1.6" instance="0" alias="coffeePotTemp" type="integer" /> </group>- Author:
- brozow
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMibObject(MibObjectImpl mibObject)
static GroupImpl
asGroup(IGroup group)
static GroupImpl[]
asGroups(IGroup[] groups)
boolean
equals(Object obj)
IMibObject[]
getMibObjects()
String
getName()
int
hashCode()
void
setMibObjects(IMibObject[] mibObjects)
void
setName(String name)
String
toString()
-
-
-
Constructor Detail
-
GroupImpl
public GroupImpl()
-
GroupImpl
public GroupImpl(String name)
-
-
Method Detail
-
setName
public void setName(String name)
-
getMibObjects
public IMibObject[] getMibObjects()
- Specified by:
getMibObjects
in interfaceIGroup
-
setMibObjects
public void setMibObjects(IMibObject[] mibObjects)
-
addMibObject
public void addMibObject(MibObjectImpl mibObject)
-
-