API Documentation > Interfaces > Interface Argument
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:
Method Summary
String
Get method for attribute "Label"
The argument name.
Get method for attribute "Value"
The argument value.
void
SetLabel (String value)
Set method for attribute "Label"
The argument name.
void
Set method for attribute "Value"
The argument value.
Method Detail
GetLabel
String
GetLabel
()
SetLabel
void
SetLabel
(String value)
The argument name.
User Guide References:
GetValue
GetValue
()
SetValue
void
SetValue
(ArgValue value)
The argument value.
User Guide References:
Was this helpful?