Uses of Class
com.tobesoft.xplatform.data.VariableList

Packages that use VariableList
com.tobesoft.xplatform.data X-API의 데이터 구조를 정의한다. 
com.tobesoft.xplatform.tx.impl   
 

Uses of VariableList in com.tobesoft.xplatform.data
 

Methods in com.tobesoft.xplatform.data that return VariableList
 VariableList VariableList.getClone()
          객체를 복제한다.
 VariableList PlatformData.getVariableList()
          VariableList를 반환한다.
 

Methods in com.tobesoft.xplatform.data with parameters of type VariableList
 void PlatformData.setVariableList(VariableList varList)
          VariableList를 설정한다.
 java.lang.String Debugger.info(VariableList vl)
          개발시에 유용한 VariableList의 기본 정보를 반환한다.
 java.lang.String Debugger.detail(VariableList vl)
          개발시에 유용한 VariableList의 자세한 정보를 반환한다.
 

Uses of VariableList in com.tobesoft.xplatform.tx.impl
 

Methods in com.tobesoft.xplatform.tx.impl with parameters of type VariableList
protected  void PlatformHtmlDataSerializer.writeVariableList(java.io.Writer out, VariableList varList, int depth)
          VariableList를 HTML 형식으로 출력한다.
 



Copyright © 2000-2011 TOBESOFT Co., Ltd.