|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sl.gmsjrtview.GmsRtViewFunctionArgument
public class GmsRtViewFunctionArgument
The GmsRtViewCustomFunctionArgument class defines a function argument.
| Constructor Summary | |
|---|---|
GmsRtViewFunctionArgument(java.lang.String argName,
int argType)
Creates a GmsRtViewFunctionArgument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArgName()
Returns the name of this argument. |
int |
getArgType()
Returns the type of this argument. |
double |
getDoubleValue(GmsModelVariables functionIcon)
Return the double value for this argument obtained from the functionIcon. |
int |
getIntValue(GmsModelVariables functionIcon)
Return the int value for this argument obtained from the functionIcon. |
java.lang.String |
getStringValue(GmsModelVariables functionIcon)
Return the string value for this argument obtained from the functionIcon. |
GmsTabularData |
getTableValue(GmsModelVariables functionIcon)
Return the table value for this argument obtained from the functionIcon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GmsRtViewFunctionArgument(java.lang.String argName,
int argType)
argName - The name to use for this argument. This will be displayed
in the Edit Function dialog.argType - The type for this argument. Valid values are GMS.G_DOUBLE,
GMS.G_INTEGER, GMS.G_STRING, GMS.G_TABLE.| Method Detail |
|---|
public java.lang.String getArgName()
public int getArgType()
public double getDoubleValue(GmsModelVariables functionIcon)
functionIcon - the function objectpublic int getIntValue(GmsModelVariables functionIcon)
functionIcon - the function objectpublic java.lang.String getStringValue(GmsModelVariables functionIcon)
functionIcon - the function objectpublic GmsTabularData getTableValue(GmsModelVariables functionIcon)
functionIcon - the function object
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||