public class VmwareCollection extends Object implements Serializable
| Constructor and Description | 
|---|
VmwareCollection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addVmwareGroup(int index,
              VmwareGroup vVmwareGroup)  | 
void | 
addVmwareGroup(VmwareGroup vVmwareGroup)  | 
Enumeration<VmwareGroup> | 
enumerateVmwareGroup()
Method enumerateVmwareGroup. 
 | 
boolean | 
equals(Object obj)
Overrides the java.lang.Object.equals method. 
 | 
String | 
getName()
Returns the value of field 'name'. 
 | 
Rrd | 
getRrd()
Returns the value of field 'rrd'. 
 | 
VmwareGroup[] | 
getVmwareGroup()
Method getVmwareGroup.Returns the contents of the collection
 in an Array. 
 | 
VmwareGroup | 
getVmwareGroup(int index)
Method getVmwareGroup. 
 | 
List<VmwareGroup> | 
getVmwareGroupCollection()
Method getVmwareGroupCollection.Returns a reference to
 '_vmwareGroupList'. 
 | 
int | 
getVmwareGroupCount()
Method getVmwareGroupCount. 
 | 
Iterator<VmwareGroup> | 
iterateVmwareGroup()
Method iterateVmwareGroup. 
 | 
void | 
removeAllVmwareGroup()  | 
boolean | 
removeVmwareGroup(VmwareGroup vVmwareGroup)
Method removeVmwareGroup. 
 | 
VmwareGroup | 
removeVmwareGroupAt(int index)
Method removeVmwareGroupAt. 
 | 
void | 
setName(String name)
Sets the value of field 'name'. 
 | 
void | 
setRrd(Rrd rrd)
Sets the value of field 'rrd'. 
 | 
void | 
setVmwareGroup(int index,
              VmwareGroup vVmwareGroup)  | 
void | 
setVmwareGroup(List<VmwareGroup> vVmwareGroupList)
Sets the value of '_vmwareGroupList' by copying the given
 Vector. 
 | 
void | 
setVmwareGroup(VmwareGroup[] vVmwareGroupArray)  | 
public boolean equals(Object obj)
public String getName()
public Rrd getRrd()
public void addVmwareGroup(VmwareGroup vVmwareGroup) throws IndexOutOfBoundsException
vVmwareGroup - IndexOutOfBoundsException - if the index
          given is outside the bounds of the collectionpublic void addVmwareGroup(int index,
                           VmwareGroup vVmwareGroup)
                    throws IndexOutOfBoundsException
index - vVmwareGroup - IndexOutOfBoundsException - if the index
          given is outside the bounds of the collectionpublic Enumeration<VmwareGroup> enumerateVmwareGroup()
public VmwareGroup getVmwareGroup(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index
          given is outside the bounds of the collectionpublic VmwareGroup[] getVmwareGroup()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<VmwareGroup> getVmwareGroupCollection()
public int getVmwareGroupCount()
public Iterator<VmwareGroup> iterateVmwareGroup()
public void removeAllVmwareGroup()
public boolean removeVmwareGroup(VmwareGroup vVmwareGroup)
vVmwareGroup - public VmwareGroup removeVmwareGroupAt(int index)
index - public void setVmwareGroup(int index,
                           VmwareGroup vVmwareGroup)
                    throws IndexOutOfBoundsException
index - vVmwareGroup - IndexOutOfBoundsException - if the index
          given is outside the bounds of the collectionpublic void setVmwareGroup(VmwareGroup[] vVmwareGroupArray)
vVmwareGroupArray - public void setVmwareGroup(List<VmwareGroup> vVmwareGroupList)
vVmwareGroupList - the Vector to copy.public void setName(String name)
name - the value of field 'name'.public void setRrd(Rrd rrd)
rrd - the value of field 'rrd'.Copyright © 2020. All rights reserved.