⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arraytype.java

📁 一个工作流的原型
💻 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 ArrayType.
 * 
 * @version $Revision$ $Date$
 */
public class ArrayType implements java.io.Serializable {


      //--------------------------/
     //- Class/Member Variables -/
    //--------------------------/

    /**
     * Field _lowerIndex
     */
    private java.lang.String _lowerIndex;

    /**
     * Field _upperIndex
     */
    private java.lang.String _upperIndex;

    /**
     * Field _dataTypes
     */
    private workflow.xwfbox.process.DataTypes _dataTypes;


      //----------------/
     //- Constructors -/
    //----------------/

    public ArrayType() {
        super();
    } //-- workflow.xwfbox.process.ArrayType()


      //-----------/
     //- 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() 

    /**
     * Returns the value of field 'lowerIndex'.
     * 
     * @return String
     * @return the value of field 'lowerIndex'.
     */
    public java.lang.String getLowerIndex()
    {
        return this._lowerIndex;
    } //-- java.lang.String getLowerIndex() 

    /**
     * Returns the value of field 'upperIndex'.
     * 
     * @return String
     * @return the value of field 'upperIndex'.
     */
    public java.lang.String getUpperIndex()
    {
        return this._upperIndex;
    } //-- java.lang.String getUpperIndex() 

    /**
     * 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) 

    /**
     * Sets the value of field 'lowerIndex'.
     * 
     * @param lowerIndex the value of field 'lowerIndex'.
     */
    public void setLowerIndex(java.lang.String lowerIndex)
    {
        this._lowerIndex = lowerIndex;
    } //-- void setLowerIndex(java.lang.String) 

    /**
     * Sets the value of field 'upperIndex'.
     * 
     * @param upperIndex the value of field 'upperIndex'.
     */
    public void setUpperIndex(java.lang.String upperIndex)
    {
        this._upperIndex = upperIndex;
    } //-- void setUpperIndex(java.lang.String) 

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -