| Package | Description | 
|---|---|
| org.opennms.netmgt.config.xmpDataCollection | 
| Modifier and Type | Method and Description | 
|---|---|
Group[] | 
Groups.getGroup()
Method getGroup.Returns the contents of the collection in an
 Array. 
 | 
Group | 
Groups.getGroup(int index)
Method getGroup. 
 | 
Group | 
Groups.removeGroupAt(int index)
Method removeGroupAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<Group> | 
Groups.enumerateGroup()
Method enumerateGroup. 
 | 
List<Group> | 
Groups.getGroupCollection()
Method getGroupCollection.Returns a reference to
 '_groupList'. 
 | 
Iterator<Group> | 
Groups.iterateGroup()
Method iterateGroup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Groups.addGroup(Group vGroup)  | 
void | 
Groups.addGroup(int index,
        Group vGroup)  | 
boolean | 
Groups.removeGroup(Group vGroup)
Method removeGroup. 
 | 
void | 
Groups.setGroup(Group[] vGroupArray)  | 
void | 
Groups.setGroup(int index,
        Group vGroup)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Groups.setGroup(List<Group> vGroupList)
Sets the value of '_groupList' by copying the given Vector. 
 | 
void | 
Groups.setGroupCollection(List<Group> groupList)
Deprecated.   
 | 
Copyright © 2020. All rights reserved.