Library | Package Java Toolkit

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*/ BooleanGetIsOptional ()
    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 is false.
ParamValueTypeGetType ()
    Get method for attribute "Type"
    Parameter value type of argument.
voidSetIsOptional ( /*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 is false.
voidSetType (ParamValueType value)
    Set method for attribute "Type"
    Parameter value type of argument.

Method Detail

GetType/SetType

ParamValueTypeGetType ()
voidSetType (ParamValueType value)


    Parameter value type of argument.
Manual References:
Relations: Relation Function Options



GetIsOptional/SetIsOptional

/*optional*/ BooleanGetIsOptional ()
voidSetIsOptional ( /*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.
Manual References:
Relations: Relation Function Options