Package | Description |
---|---|
org.opennms.netmgt.config.wmi |
Modifier and Type | Method and Description |
---|---|
Wpm[] |
Wpms.getWpm()
Method getWpm.Returns the contents of the collection in an
Array.
|
Wpm |
Wpms.getWpm(int index)
Method getWpm.
|
Wpm |
Wpms.removeWpmAt(int index)
Method removeWpmAt.
|
static Wpm |
Wpm.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Wpm> |
Wpms.enumerateWpm()
Method enumerateWpm.
|
List<Wpm> |
Wpms.getWpmCollection()
Method getWpmCollection.Returns a reference to '_wpmList'.
|
Iterator<Wpm> |
Wpms.iterateWpm()
Method iterateWpm.
|
Modifier and Type | Method and Description |
---|---|
void |
Wpms.addWpm(int index,
Wpm vWpm) |
void |
Wpms.addWpm(Wpm vWpm) |
boolean |
Wpms.removeWpm(Wpm vWpm)
Method removeWpm.
|
void |
Wpms.setWpm(int index,
Wpm vWpm) |
void |
Wpms.setWpm(Wpm[] vWpmArray) |
Modifier and Type | Method and Description |
---|---|
void |
Wpms.setWpm(List<Wpm> vWpmList)
Sets the value of '_wpmList' by copying the given Vector.
|
void |
Wpms.setWpmCollection(List<Wpm> wpmList)
Deprecated.
|
Copyright © 2017. All rights reserved.