Package | Description |
---|---|
org.opennms.netmgt.config.vmware.vijava |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
VmwareGroup[] |
VmwareCollection.getVmwareGroup()
Method getVmwareGroup.Returns the contents of the collection
in an Array.
|
VmwareGroup |
VmwareCollection.getVmwareGroup(int index)
Method getVmwareGroup.
|
VmwareGroup |
VmwareCollection.removeVmwareGroupAt(int index)
Method removeVmwareGroupAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<VmwareGroup> |
VmwareCollection.enumerateVmwareGroup()
Method enumerateVmwareGroup.
|
List<VmwareGroup> |
VmwareCollection.getVmwareGroupCollection()
Method getVmwareGroupCollection.Returns a reference to
'_vmwareGroupList'.
|
Iterator<VmwareGroup> |
VmwareCollection.iterateVmwareGroup()
Method iterateVmwareGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
VmwareCollection.addVmwareGroup(int index,
VmwareGroup vVmwareGroup) |
void |
VmwareCollection.addVmwareGroup(VmwareGroup vVmwareGroup) |
boolean |
VmwareCollection.removeVmwareGroup(VmwareGroup vVmwareGroup)
Method removeVmwareGroup.
|
void |
VmwareCollection.setVmwareGroup(int index,
VmwareGroup vVmwareGroup) |
void |
VmwareCollection.setVmwareGroup(VmwareGroup[] vVmwareGroupArray) |
Modifier and Type | Method and Description |
---|---|
void |
VmwareCollection.setVmwareGroup(List<VmwareGroup> vVmwareGroupList)
Sets the value of '_vmwareGroupList' by copying the given
Vector.
|
Copyright © 2021. All rights reserved.