|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface RemoteParamInfo contains description of parameters of a report.
| Method Summary | |
java.lang.String |
getDefaultValue()
Return default value of the parameter. |
java.util.Vector |
getDisplayValues(java.util.Locale locale)
Return the parameter value displayed. |
java.lang.String |
getMaxLimit(java.util.Locale locale)
Return the max limit of the parameter value. |
java.lang.String |
getMinLimit(java.util.Locale locale)
Return the max limit of the parameter value. |
java.lang.String |
getName()
Return the name of the parameter. |
java.lang.String |
getPrompt()
Return the prompt message of the parameter. |
java.lang.String |
getType()
Return the type of the parameter. |
java.lang.String |
getUserFormat()
Return the user defined format of the parameter. |
java.util.Vector |
getValueOptions(java.util.Locale locale)
Return the options of the parameter value. |
boolean |
isColumn()
Return if the parameter only accepts a column name as its value. |
boolean |
isDistinct()
Returns if the parameter is distinct. |
boolean |
isParameters()
Return if the values are parameters. |
boolean |
isReferedBy()
Return if the parameter is refered by other parameters. |
boolean |
isRequired()
Returns if the parameter is required. |
void |
setEncoding(java.lang.String encoding)
|
void |
setValue(java.lang.String value)
Set the parameter value. |
| Method Detail |
public java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getType()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getPrompt()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getDefaultValue()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public boolean isColumn()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public boolean isDistinct()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public boolean isRequired()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public java.util.Vector getValueOptions(java.util.Locale locale)
throws java.rmi.RemoteException
locale - the Locale of the parameter.
java.rmi.RemoteException - if a RemoteException occurs.
public java.util.Vector getDisplayValues(java.util.Locale locale)
throws java.rmi.RemoteException
locale - the Locale of the parameter.
java.rmi.RemoteException - if a RemoteException occurs.
public void setEncoding(java.lang.String encoding)
throws java.rmi.RemoteException
java.rmi.RemoteException
public void setValue(java.lang.String value)
throws java.rmi.RemoteException
value - the parameter value.
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getMaxLimit(java.util.Locale locale)
throws java.rmi.RemoteException
locale - the Locale of the parameter.
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getMinLimit(java.util.Locale locale)
throws java.rmi.RemoteException
locale - the Locale of the parameter.
java.rmi.RemoteException - if a RemoteException occurs.
public java.lang.String getUserFormat()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public boolean isParameters()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
public boolean isReferedBy()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||