Package | Description |
---|---|
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Assignment[] |
ActionEvent.getAssignment()
Method getAssignment.Returns the contents of the collection in an
Array.
|
Assignment |
ActionEvent.getAssignment(int index)
Method getAssignment.
|
Assignment |
ActionEvent.removeAssignmentAt(int index)
Method removeAssignmentAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Assignment> |
ActionEvent.enumerateAssignment()
Method enumerateAssignment.
|
List<Assignment> |
ActionEvent.getAssignmentCollection()
Method getAssignmentCollection.Returns a reference to
'_assignmentList'.
|
Iterator<Assignment> |
ActionEvent.iterateAssignment()
Method iterateAssignment.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionEvent.addAssignment(Assignment vAssignment) |
void |
ActionEvent.addAssignment(int index,
Assignment vAssignment) |
boolean |
ActionEvent.removeAssignment(Assignment vAssignment)
Method removeAssignment.
|
void |
ActionEvent.setAssignment(Assignment[] vAssignmentArray) |
void |
ActionEvent.setAssignment(int index,
Assignment vAssignment) |
Modifier and Type | Method and Description |
---|---|
void |
ActionEvent.setAssignment(List<Assignment> vAssignmentList)
Sets the value of '_assignmentList' by copying the given Vector.
|
Constructor and Description |
---|
ActionEvent(String name,
boolean forEachResult,
boolean addAllParms,
List<Assignment> assignments) |
Copyright © 2017. All rights reserved.