Uses of Class
org.opennms.netmgt.config.vmware.vijava.Attrib
-
Packages that use Attrib Package Description org.opennms.netmgt.config.vmware.vijava This file is part of OpenNMS(R). -
-
Uses of Attrib in org.opennms.netmgt.config.vmware.vijava
Methods in org.opennms.netmgt.config.vmware.vijava that return Attrib Modifier and Type Method 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.Methods in org.opennms.netmgt.config.vmware.vijava that return types with arguments of type Attrib Modifier and Type Method Description java.util.Enumeration<Attrib>
VmwareGroup. enumerateAttrib()
Method enumerateAttrib.java.util.List<Attrib>
VmwareGroup. getAttribCollection()
Method getAttribCollection.Returns a reference to '_attribList'.java.util.Iterator<Attrib>
VmwareGroup. iterateAttrib()
Method iterateAttrib.Methods in org.opennms.netmgt.config.vmware.vijava with parameters of type Attrib Modifier and Type Method Description void
VmwareGroup. addAttrib(int index, Attrib vAttrib)
void
VmwareGroup. addAttrib(Attrib vAttrib)
boolean
VmwareGroup. removeAttrib(Attrib vAttrib)
Method removeAttrib.void
VmwareGroup. setAttrib(int index, Attrib vAttrib)
void
VmwareGroup. setAttrib(Attrib[] vAttribArray)
Method parameters in org.opennms.netmgt.config.vmware.vijava with type arguments of type Attrib Modifier and Type Method Description void
VmwareGroup. setAttrib(java.util.List<Attrib> vAttribList)
Sets the value of '_attribList' by copying the given Vector.
-