Library | Package Java Toolkit

Interface DetailVariantText

package com.ptc.pfc.pfcDetail;

public interface DetailVariantText
  extends jxobject



Description

This interface represents a variant text element set in a symbol instance.



Method Summary
StringGetPrompt ()
    Get method for attribute "Prompt"
    The variable text in the symbol definition (without the boundary "\" characters).
StringGetValue ()
    Get method for attribute "Value"
    The text to use in place of the variable text in a symbol instance placement.
voidSetPrompt (String value)
    Set method for attribute "Prompt"
    The variable text in the symbol definition (without the boundary "\" characters).
voidSetValue (String value)
    Set method for attribute "Value"
    The text to use in place of the variable text in a symbol instance placement.

Method Detail

GetPrompt/SetPrompt

StringGetPrompt ()
voidSetPrompt (String value)


    The variable text in the symbol definition (without the boundary "\" characters).



GetValue/SetValue

StringGetValue ()
voidSetValue (String value)


    The text to use in place of the variable text in a symbol instance placement.