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