Package | Description |
---|---|
org.opennms.netmgt.config.reporting | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.castor |
Modifier and Type | Method and Description |
---|---|
IntParm[] |
Parameters.getIntParm()
Method getIntParm.Returns the contents of the collection in
an Array.
|
IntParm |
Parameters.getIntParm(int index)
Method getIntParm.
|
IntParm |
Parameters.removeIntParmAt(int index)
Method removeIntParmAt.
|
static IntParm |
IntParm.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<IntParm> |
Parameters.enumerateIntParm()
Method enumerateIntParm.
|
List<IntParm> |
Parameters.getIntParmCollection()
Method getIntParmCollection.Returns a reference to
'_intParmList'.
|
Iterator<IntParm> |
Parameters.iterateIntParm()
Method iterateIntParm.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addIntParm(int index,
IntParm vIntParm) |
void |
Parameters.addIntParm(IntParm vIntParm) |
boolean |
Parameters.removeIntParm(IntParm vIntParm)
Method removeIntParm.
|
void |
Parameters.setIntParm(int index,
IntParm vIntParm) |
void |
Parameters.setIntParm(IntParm[] vIntParmArray) |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.setIntParm(List<IntParm> vIntParmList)
Sets the value of '_intParmList' by copying the given
Vector.
|
void |
Parameters.setIntParmCollection(List<IntParm> intParmList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IntParm[] |
OnmsReportConfigDao.getIntParms(String id)
getIntParms
|
Modifier and Type | Method and Description |
---|---|
IntParm[] |
DefaultOnmsReportConfigDao.getIntParms(String id)
getIntParms
|
Copyright © 2017. All rights reserved.