Package | Description |
---|---|
org.opennms.netmgt.config.reporting |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.jaxb |
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.
|
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.