public class VmwareCimCollection extends Object implements Serializable
Constructor and Description |
---|
VmwareCimCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addVmwareCimGroup(int index,
VmwareCimGroup vVmwareCimGroup) |
void |
addVmwareCimGroup(VmwareCimGroup vVmwareCimGroup) |
Enumeration<VmwareCimGroup> |
enumerateVmwareCimGroup()
Method enumerateVmwareCimGroup.
|
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'.
|
VmwareCimGroup[] |
getVmwareCimGroup()
Method getVmwareCimGroup.Returns the contents of the
collection in an Array.
|
VmwareCimGroup |
getVmwareCimGroup(int index)
Method getVmwareCimGroup.
|
List<VmwareCimGroup> |
getVmwareCimGroupCollection()
Method getVmwareCimGroupCollection.Returns a reference to
'_vmwareCimGroupList'.
|
int |
getVmwareCimGroupCount()
Method getVmwareCimGroupCount.
|
Iterator<VmwareCimGroup> |
iterateVmwareCimGroup()
Method iterateVmwareCimGroup.
|
void |
removeAllVmwareCimGroup() |
boolean |
removeVmwareCimGroup(VmwareCimGroup vVmwareCimGroup)
Method removeVmwareCimGroup.
|
VmwareCimGroup |
removeVmwareCimGroupAt(int index)
Method removeVmwareCimGroupAt.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setRrd(Rrd rrd)
Sets the value of field 'rrd'.
|
void |
setVmwareCimGroup(int index,
VmwareCimGroup vVmwareCimGroup) |
void |
setVmwareCimGroup(List<VmwareCimGroup> vVmwareCimGroupList)
Sets the value of '_vmwareCimGroupList' by copying the given
Vector.
|
void |
setVmwareCimGroup(VmwareCimGroup[] vVmwareCimGroupArray) |
public boolean equals(Object obj)
public String getName()
public Rrd getRrd()
public void addVmwareCimGroup(VmwareCimGroup vVmwareCimGroup) throws IndexOutOfBoundsException
vVmwareCimGroup
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addVmwareCimGroup(int index, VmwareCimGroup vVmwareCimGroup) throws IndexOutOfBoundsException
index
- vVmwareCimGroup
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<VmwareCimGroup> enumerateVmwareCimGroup()
public void setName(String name)
name
- the value of field 'name'.public void setRrd(Rrd rrd)
rrd
- the value of field 'rrd'.public VmwareCimGroup getVmwareCimGroup(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic VmwareCimGroup[] getVmwareCimGroup()
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<VmwareCimGroup> getVmwareCimGroupCollection()
public int getVmwareCimGroupCount()
public Iterator<VmwareCimGroup> iterateVmwareCimGroup()
public void removeAllVmwareCimGroup()
public boolean removeVmwareCimGroup(VmwareCimGroup vVmwareCimGroup)
vVmwareCimGroup
- public VmwareCimGroup removeVmwareCimGroupAt(int index)
index
- public void setVmwareCimGroup(int index, VmwareCimGroup vVmwareCimGroup) throws IndexOutOfBoundsException
index
- vVmwareCimGroup
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setVmwareCimGroup(VmwareCimGroup[] vVmwareCimGroupArray)
vVmwareCimGroupArray
- public void setVmwareCimGroup(List<VmwareCimGroup> vVmwareCimGroupList)
vVmwareCimGroupList
- the Vector to copy.Copyright © 2021. All rights reserved.