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