public class GroupImpl extends Object implements IGroup
Modifier and Type | Method and 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() |
public GroupImpl()
public GroupImpl(String name)
public void setName(String name)
public IMibObject[] getMibObjects()
getMibObjects
in interface IGroup
public void setMibObjects(IMibObject[] mibObjects)
public void addMibObject(MibObjectImpl mibObject)
Copyright © 2021. All rights reserved.