Package | Description |
---|---|
org.opennms.netmgt.config.ami |
Modifier and Type | Method and Description |
---|---|
Definition[] |
AmiConfig.getDefinition()
Method getDefinition.Returns the contents of the collection
in an Array.
|
Definition |
AmiConfig.getDefinition(int index)
Method getDefinition.
|
Definition |
AmiConfig.removeDefinitionAt(int index)
Method removeDefinitionAt.
|
static Definition |
Definition.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Definition> |
AmiConfig.enumerateDefinition()
Method enumerateDefinition.
|
List<Definition> |
AmiConfig.getDefinitionCollection()
Method getDefinitionCollection.Returns a reference to
'_definitionList'.
|
Iterator<Definition> |
AmiConfig.iterateDefinition()
Method iterateDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
AmiConfig.addDefinition(Definition vDefinition) |
void |
AmiConfig.addDefinition(int index,
Definition vDefinition) |
boolean |
AmiConfig.removeDefinition(Definition vDefinition)
Method removeDefinition.
|
void |
AmiConfig.setDefinition(Definition[] vDefinitionArray) |
void |
AmiConfig.setDefinition(int index,
Definition vDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
AmiConfig.setDefinition(List<Definition> vDefinitionList)
Sets the value of '_definitionList' by copying the given
Vector.
|
void |
AmiConfig.setDefinitionCollection(List<Definition> definitionList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.