Package | Description |
---|---|
org.opennms.netmgt.config.attrsummary |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
Resource.getAttribute()
Method getAttribute.Returns the contents of the collection
in an Array.
|
Attribute |
Resource.getAttribute(int index)
Method getAttribute.
|
Attribute |
Resource.removeAttributeAt(int index)
Method removeAttributeAt.
|
static Attribute |
Attribute.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Attribute> |
Resource.enumerateAttribute()
Method enumerateAttribute.
|
List<Attribute> |
Resource.getAttributeCollection()
Method getAttributeCollection.Returns a reference to
'_attributeList'.
|
Iterator<Attribute> |
Resource.iterateAttribute()
Method iterateAttribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.addAttribute(Attribute vAttribute) |
void |
Resource.addAttribute(int index,
Attribute vAttribute) |
boolean |
Resource.removeAttribute(Attribute vAttribute)
Method removeAttribute.
|
void |
Resource.setAttribute(Attribute[] vAttributeArray) |
void |
Resource.setAttribute(int index,
Attribute vAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
Resource.setAttribute(List<Attribute> vAttributeList)
Sets the value of '_attributeList' by copying the given
Vector.
|
void |
Resource.setAttributeCollection(List<Attribute> attributeList)
Deprecated.
|
Copyright © 2017. All rights reserved.