| Package | Description | 
|---|---|
| org.opennms.netmgt.config.vmware.cim | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attrib[] | 
VmwareCimGroup.getAttrib()
Method getAttrib.Returns the contents of the collection in
 an Array. 
 | 
Attrib | 
VmwareCimGroup.getAttrib(int index)
Method getAttrib. 
 | 
Attrib | 
VmwareCimGroup.removeAttribAt(int index)
Method removeAttribAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<Attrib> | 
VmwareCimGroup.enumerateAttrib()
Method enumerateAttrib. 
 | 
List<Attrib> | 
VmwareCimGroup.getAttribCollection()
Method getAttribCollection.Returns a reference to
 '_attribList'. 
 | 
Iterator<Attrib> | 
VmwareCimGroup.iterateAttrib()
Method iterateAttrib. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VmwareCimGroup.addAttrib(Attrib vAttrib)  | 
void | 
VmwareCimGroup.addAttrib(int index,
         Attrib vAttrib)  | 
boolean | 
VmwareCimGroup.removeAttrib(Attrib vAttrib)
Method removeAttrib. 
 | 
void | 
VmwareCimGroup.setAttrib(Attrib[] vAttribArray)  | 
void | 
VmwareCimGroup.setAttrib(int index,
         Attrib vAttrib)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VmwareCimGroup.setAttrib(List<Attrib> vAttribList)
Sets the value of '_attribList' by copying the given Vector. 
 | 
Copyright © 2021. All rights reserved.