Library | Package Java Toolkit

Interface ParamTableset

package com.ptc.wfc.wfcModelItem;

public interface ParamTableset
  extends com.ptc.pfc.pfcObject.Object



Description

Parameter Table Set Object.



Method Summary
ParamTableEntriesGetEntries ()
    Obtains the entries that are contained in this parameter table set
StringGetLabel ()
    Obtains the set label for a given parameter table set, if it exists.
StringGetTablePath ()
    Obtains the name of the table that owns this parameter table set.

Method Detail

GetEntries

ParamTableEntriesGetEntries ()


    Obtains the entries that are contained in this parameter table set
Manual References:
Dimensions and Parameters: Table Parameters, Dimensions and Parameters: Table Parameters
Returns:
Array of table entries for the parameter table set.


GetLabel

StringGetLabel ()


    Obtains the set label for a given parameter table set, if it exists.
Manual References:
Dimensions and Parameters: Table Parameters, Dimensions and Parameters: Table Parameters
Returns:
The set label.


GetTablePath

StringGetTablePath ()


    Obtains the name of the table that owns this parameter table set.

If the set is loaded from a certain table file, this is the full path. If the set has been stored in the model directly, this is the table name.
Manual References:
Dimensions and Parameters: Table Parameters
Returns:
The name of the table.