Package | Description |
---|---|
org.opennms.netmgt.config.notificationCommands |
Modifier and Type | Method and Description |
---|---|
Argument[] |
Command.getArgument()
Method getArgument.Returns the contents of the collection in
an Array.
|
Argument |
Command.getArgument(int index)
Method getArgument.
|
Argument |
Command.removeArgumentAt(int index)
Method removeArgumentAt.
|
static Argument |
Argument.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Argument> |
Command.enumerateArgument()
Method enumerateArgument.
|
List<Argument> |
Command.getArgumentCollection()
Method getArgumentCollection.Returns a reference to
'_argumentList'.
|
Iterator<Argument> |
Command.iterateArgument()
Method iterateArgument.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.addArgument(Argument vArgument) |
void |
Command.addArgument(int index,
Argument vArgument) |
boolean |
Command.removeArgument(Argument vArgument)
Method removeArgument.
|
void |
Command.setArgument(Argument[] vArgumentArray) |
void |
Command.setArgument(int index,
Argument vArgument) |
Modifier and Type | Method and Description |
---|---|
void |
Command.setArgument(List<Argument> vArgumentList)
Sets the value of '_argumentList' by copying the given
Vector.
|
void |
Command.setArgumentCollection(List<Argument> argumentList)
Deprecated.
|
Copyright © 2017. All rights reserved.