listtype.java
来自「一个工作流的原型」· Java 代码 · 共 71 行
JAVA
71 行
/*
* This class was automatically generated with
* <a href="http://www.castor.org">Castor cvs.0.9.6</a>, using an
* XML Schema.
* $Id$
*/
package workflow.xwfbox.process;
//---------------------------------/
//- Imported classes and packages -/
//---------------------------------/
import java.io.Reader;
import java.io.Serializable;
import java.io.Writer;
/**
* Class ListType.
*
* @version $Revision$ $Date$
*/
public class ListType implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _dataTypes
*/
private workflow.xwfbox.process.DataTypes _dataTypes;
//----------------/
//- Constructors -/
//----------------/
public ListType() {
super();
} //-- workflow.xwfbox.process.ListType()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'dataTypes'.
*
* @return DataTypes
* @return the value of field 'dataTypes'.
*/
public workflow.xwfbox.process.DataTypes getDataTypes()
{
return this._dataTypes;
} //-- workflow.xwfbox.process.DataTypes getDataTypes()
/**
* Sets the value of field 'dataTypes'.
*
* @param dataTypes the value of field 'dataTypes'.
*/
public void setDataTypes(workflow.xwfbox.process.DataTypes dataTypes)
{
this._dataTypes = dataTypes;
} //-- void setDataTypes(workflow.xwfbox.process.DataTypes)
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?