Library | Package Java Toolkit

Interface UDFVariableParameter

package com.ptc.wfc.wfcUDFCreate;

public interface UDFVariableParameter
  extends jxobject



Description

 



Method Summary
intGetItemId ()
    Get method for attribute "ItemId"
     
ModelItemTypeGetItemType ()
    Get method for attribute "ItemType"
     
StringGetName ()
    Get method for attribute "Name"
     
ParamValueGetValue ()
    Get method for attribute "Value"
     
voidSetItemId (int value)
    Set method for attribute "ItemId"
     
voidSetItemType (ModelItemType value)
    Set method for attribute "ItemType"
     
voidSetName (String value)
    Set method for attribute "Name"
     
voidSetValue (ParamValue value)
    Set method for attribute "Value"
     

Method Detail

GetName/SetName

StringGetName ()
voidSetName (String value)


     
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF



GetItemType/SetItemType

ModelItemTypeGetItemType ()
voidSetItemType (ModelItemType value)


     
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF



GetItemId/SetItemId

intGetItemId ()
voidSetItemId (int value)


     
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF



GetValue/SetValue

ParamValueGetValue ()
voidSetValue (ParamValue value)


     
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF, Features: Creating a Custom UDF