| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ RelationFunctionArguments | GetArgumentTypes
()
Get method for attribute "ArgumentTypes" The types of arguments permitted by the relation function. Default is null, indicating that no arguments are permitted. |
| /*optional*/ Boolean | GetEnableArgumentCheckMethod
()
Get method for attribute "EnableArgumentCheckMethod" Turn the method (using RelationFunctionListener.CheckArguments(RelationOwner, String, ParamValues)) on/off. Default is false. |
| /*optional*/ Boolean | GetEnableExpressionEvaluationMethod
()
Get method for attribute "EnableExpressionEvaluationMethod" Turn the method (using RelationFunctionListener.EvaluateFunction(RelationOwner, String, ParamValues)) on/off. Default is true. |
| /*optional*/ Boolean | GetEnableTypeChecking
()
Get method for attribute "EnableTypeChecking" Turn argument type checking (using RelationFunctionOptions.GetArgumentTypes(/*optional*/ RelationFunctionArguments)) on/off. Default is false. |
| /*optional*/ Boolean | GetEnableValueAssignmentMethod
()
Get method for attribute "EnableValueAssignmentMethod" Turn RelationFunctionListener.AssignValue(RelationOwner, String, ParamValues, ParamValue) on/off. Default is false. |
| void | SetArgumentTypes
(
/*optional*/
RelationFunctionArguments value)
Set method for attribute "ArgumentTypes" The types of arguments permitted by the relation function. Default is null, indicating that no arguments are permitted. |
| void | SetEnableArgumentCheckMethod
(
/*optional*/
Boolean value)
Set method for attribute "EnableArgumentCheckMethod" Turn the method (using RelationFunctionListener.CheckArguments(RelationOwner, String, ParamValues)) on/off. Default is false. |
| void | SetEnableExpressionEvaluationMethod
(
/*optional*/
Boolean value)
Set method for attribute "EnableExpressionEvaluationMethod" Turn the method (using RelationFunctionListener.EvaluateFunction(RelationOwner, String, ParamValues)) on/off. Default is true. |
| void | SetEnableTypeChecking
(
/*optional*/
Boolean value)
Set method for attribute "EnableTypeChecking" Turn argument type checking (using RelationFunctionOptions.GetArgumentTypes(/*optional*/ RelationFunctionArguments)) on/off. Default is false. |
| void | SetEnableValueAssignmentMethod
(
/*optional*/
Boolean value)
Set method for attribute "EnableValueAssignmentMethod" Turn RelationFunctionListener.AssignValue(RelationOwner, String, ParamValues, ParamValue) on/off. Default is false. |
| Method Detail |
|---|
| GetArgumentTypes/SetArgumentTypes |
|---|
| /*optional*/ RelationFunctionArguments | GetArgumentTypes | () |
| void | SetArgumentTypes | ( /*optional*/ RelationFunctionArguments value) |
The types of arguments permitted
by the relation function. Default is null, indicating that no
arguments are permitted.
|
| GetEnableTypeChecking/SetEnableTypeChecking |
|---|
| /*optional*/ Boolean | GetEnableTypeChecking | () |
| void | SetEnableTypeChecking | ( /*optional*/ Boolean value) |
Turn argument type
checking (using
RelationFunctionOptions.GetArgumentTypes(/*optional*/ RelationFunctionArguments))
on/off. Default is false.
|
| GetEnableArgumentCheckMethod/SetEnableArgumentCheckMethod |
|---|
| /*optional*/ Boolean | GetEnableArgumentCheckMethod | () |
| void | SetEnableArgumentCheckMethod | ( /*optional*/ Boolean value) |
Turn the method (using
RelationFunctionListener.CheckArguments(RelationOwner, String, ParamValues))
on/off. Default is false.
|
| GetEnableExpressionEvaluationMethod/SetEnableExpressionEvaluationMethod |
|---|
| /*optional*/ Boolean | GetEnableExpressionEvaluationMethod | () |
| void | SetEnableExpressionEvaluationMethod | ( /*optional*/ Boolean value) |
Turn the method (using
RelationFunctionListener.EvaluateFunction(RelationOwner, String, ParamValues))
on/off. Default is true.
|
| GetEnableValueAssignmentMethod/SetEnableValueAssignmentMethod |
|---|
| /*optional*/ Boolean | GetEnableValueAssignmentMethod | () |
| void | SetEnableValueAssignmentMethod | ( /*optional*/ Boolean value) |
Turn RelationFunctionListener.AssignValue(RelationOwner, String, ParamValues, ParamValue)
on/off. Default is false.
|