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