Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.runtime
Interface SObjVar


public interface SObjVar

Represents a Tea variable.


Method Summary
 java.lang.Object get()
          Fetches the contents of the variable.
 void set(java.lang.Object value)
          Sets the contents of the variable.
 

Method Detail

get

public java.lang.Object get()
Fetches the contents of the variable.
Returns:
A reference to the object contained in this variable.

set

public void set(java.lang.Object value)
Sets the contents of the variable.
Parameters:
value - The new contents of the variable.

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.