Tea Java Runtime API
Version 3.2.5

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

java.lang.Object get()
Fetches the contents of the variable.

Returns:
A reference to the object contained in this variable.

set

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.2.5

© 2009 PDM&FC, All Rights Reserved.