📄 join.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;
import workflow.xwfbox.process.types.JoinTypeType;
/**
* Class Join.
*
* @version $Revision$ $Date$
*/
public class Join implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _type
*/
private workflow.xwfbox.process.types.JoinTypeType _type;
//----------------/
//- Constructors -/
//----------------/
public Join() {
super();
} //-- workflow.xwfbox.process.Join()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'type'.
*
* @return JoinTypeType
* @return the value of field 'type'.
*/
public workflow.xwfbox.process.types.JoinTypeType getType()
{
return this._type;
} //-- workflow.xwfbox.process.types.JoinTypeType getType()
/**
* Sets the value of field 'type'.
*
* @param type the value of field 'type'.
*/
public void setType(workflow.xwfbox.process.types.JoinTypeType type)
{
this._type = type;
} //-- void setType(workflow.xwfbox.process.types.JoinTypeType)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -