Style Intelligence v12.0

inetsoft.sree.soap
Class VariableTableStruct

java.lang.Object
  extended by inetsoft.sree.soap.VariableTableStruct
All Implemented Interfaces:
Serializable

public class VariableTableStruct
extends Object
implements Serializable

BeanSerializable version of an VariableTable for SOAP transport.

See Also:
Serialized Form

Constructor Summary
VariableTableStruct()
           
 
Method Summary
 String[] getVariableNames()
           
 ParameterValue[] getVariableValues()
           
 void setVariableNames(String[] keys)
           
 void setVariableValues(ParameterValue[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableTableStruct

public VariableTableStruct()
Method Detail

setVariableNames

public void setVariableNames(String[] keys)

getVariableNames

public String[] getVariableNames()

setVariableValues

public void setVariableValues(ParameterValue[] values)

getVariableValues

public ParameterValue[] getVariableValues()

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.