API Documentation > Interfaces > Interface UDFVariableParameter
Interface UDFVariableParameter

package com.ptc.wfc.wfcUDFCreate;

public interface
UDFVariableParameter
extends
jxobject


Description
User Guide References:
Method Summary
int
Get method for attribute "ItemId"
Get method for attribute "ItemType"
String
Get method for attribute "Name"
Get method for attribute "Value"
void
SetItemId (int value)
Set method for attribute "ItemId"
void
Set method for attribute "ItemType"
void
SetName (String value)
Set method for attribute "Name"
void
Set method for attribute "Value"
Method Detail
GetName
String
GetName
()
SetName
void
SetName
(String value)
User Guide References:
GetItemType
GetItemType
()
SetItemType
void
SetItemType
(ModelItemType value)
User Guide References:
GetItemId
int
GetItemId
()
SetItemId
void
SetItemId
(int value)
User Guide References:
GetValue
GetValue
()
SetValue
void
SetValue
(ParamValue value)
User Guide References:
Was this helpful?