📄 listtype.java
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -