API Documentation > Interfaces > Interface RelationFunctionArgument
Interface RelationFunctionArgument

package com.ptc.pfc.pfcRelations;

public interface
RelationFunctionArgument
extends
jxobject


Description
Attributes of argument to be used in the custom relation function.
Method Summary
/*optional*/ Boolean
Get method for attribute "IsOptional"
Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default isfalse.
Get method for attribute "Type"
Parameter value type of argument.
void
SetIsOptional ( /*optional*/ Boolean value)
Set method for attribute "IsOptional"
Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default isfalse.
void
Set method for attribute "Type"
Parameter value type of argument.
Method Detail
GetType
GetType
()
SetType
void
SetType
(ParamValueType value)
Parameter value type of argument.
User Guide References:
GetIsOptional
/*optional*/ Boolean
GetIsOptional
()
SetIsOptional
void
SetIsOptional
( /*optional*/ Boolean value)
Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default is false.
User Guide References:
Was this helpful?