Package | Description |
---|---|
org.opennms.netmgt.config.syslogd |
Modifier and Type | Method and Description |
---|---|
UeiMatch[] |
UeiList.getUeiMatch()
Method getUeiMatch.Returns the contents of the collection in
an Array.
|
UeiMatch |
UeiList.getUeiMatch(int index)
Method getUeiMatch.
|
UeiMatch |
UeiList.removeUeiMatchAt(int index)
Method removeUeiMatchAt.
|
static UeiMatch |
UeiMatch.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<UeiMatch> |
UeiList.enumerateUeiMatch()
Method enumerateUeiMatch.
|
List<UeiMatch> |
UeiList.getUeiMatchCollection()
Method getUeiMatchCollection.Returns a reference to
'_ueiMatchList'.
|
Iterator<UeiMatch> |
UeiList.iterateUeiMatch()
Method iterateUeiMatch.
|
Modifier and Type | Method and Description |
---|---|
void |
UeiList.addUeiMatch(int index,
UeiMatch vUeiMatch) |
void |
UeiList.addUeiMatch(UeiMatch vUeiMatch) |
boolean |
UeiList.removeUeiMatch(UeiMatch vUeiMatch)
Method removeUeiMatch.
|
void |
UeiList.setUeiMatch(int index,
UeiMatch vUeiMatch) |
void |
UeiList.setUeiMatch(UeiMatch[] vUeiMatchArray) |
Modifier and Type | Method and Description |
---|---|
void |
UeiList.setUeiMatch(List<UeiMatch> vUeiMatchList)
Sets the value of '_ueiMatchList' by copying the given
Vector.
|
void |
UeiList.setUeiMatchCollection(List<UeiMatch> ueiMatchList)
Deprecated.
|
Copyright © 2017. All rights reserved.