public class VmwareCimGroup extends Object implements Serializable
Constructor and Description |
---|
VmwareCimGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addAttrib(Attrib vAttrib) |
void |
addAttrib(int index,
Attrib vAttrib) |
Enumeration<Attrib> |
enumerateAttrib()
Method enumerateAttrib.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
Attrib[] |
getAttrib()
Method getAttrib.Returns the contents of the collection in
an Array.
|
Attrib |
getAttrib(int index)
Method getAttrib.
|
List<Attrib> |
getAttribCollection()
Method getAttribCollection.Returns a reference to
'_attribList'.
|
int |
getAttribCount()
Method getAttribCount.
|
String |
getCimClass()
Returns the value of field 'cimClass'.
|
String |
getInstance()
Returns the value of field 'instance'.
|
String |
getKey()
Returns the value of field 'key'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getResourceType()
Returns the value of field 'resourceType'.
|
String |
getValue()
Returns the value of field 'value'.
|
Iterator<Attrib> |
iterateAttrib()
Method iterateAttrib.
|
void |
removeAllAttrib() |
boolean |
removeAttrib(Attrib vAttrib)
Method removeAttrib.
|
Attrib |
removeAttribAt(int index)
Method removeAttribAt.
|
void |
setAttrib(Attrib[] vAttribArray) |
void |
setAttrib(int index,
Attrib vAttrib) |
void |
setAttrib(List<Attrib> vAttribList)
Sets the value of '_attribList' by copying the given Vector.
|
void |
setCimClass(String cimClass)
Sets the value of field 'cimClass'.
|
void |
setInstance(String instance)
Sets the value of field 'instance'.
|
void |
setKey(String key)
Sets the value of field 'key'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setResourceType(String resourceType)
Sets the value of field 'resourceType'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public void addAttrib(Attrib vAttrib) throws IndexOutOfBoundsException
vAttrib
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAttrib(int index, Attrib vAttrib) throws IndexOutOfBoundsException
index
- vAttrib
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<Attrib> enumerateAttrib()
public boolean equals(Object obj)
public Attrib getAttrib(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Attrib[] getAttrib()
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<Attrib> getAttribCollection()
public int getAttribCount()
public String getCimClass()
public String getInstance()
public String getKey()
public String getName()
public String getResourceType()
public String getValue()
public Iterator<Attrib> iterateAttrib()
public void removeAllAttrib()
public boolean removeAttrib(Attrib vAttrib)
vAttrib
- public Attrib removeAttribAt(int index)
index
- public void setAttrib(int index, Attrib vAttrib) throws IndexOutOfBoundsException
index
- vAttrib
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAttrib(Attrib[] vAttribArray)
vAttribArray
- public void setAttrib(List<Attrib> vAttribList)
vAttribList
- the Vector to copy.public void setCimClass(String cimClass)
cimClass
- the value of field 'cimClass'.public void setInstance(String instance)
instance
- the value of field 'instance'.public void setKey(String key)
key
- the value of field 'key'.public void setName(String name)
name
- the value of field 'name'.public void setResourceType(String resourceType)
resourceType
- the value of field 'resourceType'.public void setValue(String value)
value
- the value of field 'value'.Copyright © 2021. All rights reserved.