Library | Package Java Toolkit

Interface Argument

package com.ptc.pfc.pfcArgument;

public interface Argument
  extends jxobject



Description

This interface represents a function or method argument, consisting of a name and a value.
See Also:
pfcArgument.CreateASCIIStringArgValue(String), pfcArgument.CreateBoolArgValue(boolean), pfcArgument.CreateDoubleArgValue(double), pfcArgument.CreateIntArgValue(int), pfcArgument.CreateSelectionArgValue(Selection), pfcArgument.CreateStringArgValue(String), pfcArgument.CreateTransformArgValue(Transform3D)



Method Summary
StringGetLabel ()
    Get method for attribute "Label"
    The argument name.
ArgValueGetValue ()
    Get method for attribute "Value"
    The argument value.
voidSetLabel (String value)
    Set method for attribute "Label"
    The argument name.
voidSetValue (ArgValue value)
    Set method for attribute "Value"
    The argument value.

Method Detail

GetLabel/SetLabel

StringGetLabel ()
voidSetLabel (String value)


    The argument name.
Manual References:
Task Based Application Libraries: Modifying Arguments, Task Based Application Libraries: Modifying Arguments, Task Based Application Libraries: Modifying Arguments, Task Based Application Libraries: Modifying Arguments



GetValue/SetValue

ArgValueGetValue ()
voidSetValue (ArgValue value)


    The argument value.
Manual References:
Task Based Application Libraries: Modifying Arguments, Task Based Application Libraries: Modifying Arguments, Task Based Application Libraries: Modifying Arguments