|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.ReportParameter
@NotThreadSafe public class ReportParameter
An object for the info of Report Parameters
Nested Class Summary | |
---|---|
static class |
ReportParameter.ReportParamType
Types of report parameters |
Constructor Summary | |
---|---|
ReportParameter(java.lang.String name,
byte[] description,
int type,
ReportParamPresentItem[] presentItems)
Construct without parameter value |
|
ReportParameter(java.lang.String name,
byte[] description,
int type,
ReportParamPresentItem[] presentItems,
java.lang.String value)
Construct with parameter value |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description of the report parameter |
java.lang.String |
getName()
Get the name of the report parameter |
ReportParamPresentItem[] |
getPresentItems()
Get the presentation items of the report parameter |
ReportParameter.ReportParamType |
getType()
Get the type of the report parameter |
java.lang.String |
getValue()
Get the value of the report parameter |
void |
setValue(java.lang.String value)
Set the value of the report parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportParameter(java.lang.String name, byte[] description, int type, ReportParamPresentItem[] presentItems)
name
- the name of the report parameterdescription
- the description of the report parametertype
- the type of the report parameterpresentItems
- the array of ReportParamPresentItem
of the report
parameterpublic ReportParameter(java.lang.String name, byte[] description, int type, ReportParamPresentItem[] presentItems, java.lang.String value)
name
- the name of the report parameterdescription
- the description of the report parametertype
- the type of the report parameterpresentItems
- the array of ReportParamPresentItem
of the report
parametervalue
- the value of the report parameterMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getDescription()
public ReportParameter.ReportParamType getType()
public ReportParamPresentItem[] getPresentItems()
ReportParamPresentItem
of the report parameterpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the report parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |