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

📄 datafield.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;
import workflow.xwfbox.process.types.DataFieldIsArrayType;

/**
 * Class DataField.
 * 
 * @version $Revision$ $Date$
 */
public class DataField implements java.io.Serializable {


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

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

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

    /**
     * Field _isArray
     */
    private workflow.xwfbox.process.types.DataFieldIsArrayType _isArray = workflow.xwfbox.process.types.DataFieldIsArrayType.valueOf("FALSE");

    /**
     * Field _dataType
     */
    private java.lang.Object _dataType;

    /**
     * Field _initialValue
     */
    private java.lang.Object _initialValue;

    /**
     * Field _length
     */
    private java.lang.Object _length;

    /**
     * Field _description
     */
    private java.lang.Object _description;

    /**
     * Field _extendedAttributes
     */
    private java.lang.Object _extendedAttributes;


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

    public DataField() {
        super();
        setIsArray(workflow.xwfbox.process.types.DataFieldIsArrayType.valueOf("FALSE"));
    } //-- workflow.xwfbox.process.DataField()


      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Returns the value of field 'dataType'.
     * 
     * @return Object
     * @return the value of field 'dataType'.
     */
    public java.lang.Object getDataType()
    {
        return this._dataType;
    } //-- java.lang.Object getDataType() 

    /**
     * Returns the value of field 'description'.
     * 
     * @return Object
     * @return the value of field 'description'.
     */
    public java.lang.Object getDescription()
    {
        return this._description;
    } //-- java.lang.Object getDescription() 

    /**
     * Returns the value of field 'extendedAttributes'.
     * 
     * @return Object
     * @return the value of field 'extendedAttributes'.
     */
    public java.lang.Object getExtendedAttributes()
    {
        return this._extendedAttributes;
    } //-- java.lang.Object getExtendedAttributes() 

    /**
     * Returns the value of field 'id'.
     * 
     * @return String
     * @return the value of field 'id'.
     */
    public java.lang.String getId()
    {
        return this._id;
    } //-- java.lang.String getId() 

    /**
     * Returns the value of field 'initialValue'.
     * 
     * @return Object
     * @return the value of field 'initialValue'.
     */
    public java.lang.Object getInitialValue()
    {
        return this._initialValue;
    } //-- java.lang.Object getInitialValue() 

    /**
     * Returns the value of field 'isArray'.
     * 
     * @return DataFieldIsArrayType
     * @return the value of field 'isArray'.
     */
    public workflow.xwfbox.process.types.DataFieldIsArrayType getIsArray()
    {
        return this._isArray;
    } //-- workflow.xwfbox.process.types.DataFieldIsArrayType getIsArray() 

    /**
     * Returns the value of field 'length'.
     * 
     * @return Object
     * @return the value of field 'length'.
     */
    public java.lang.Object getLength()
    {
        return this._length;
    } //-- java.lang.Object getLength() 

    /**
     * Returns the value of field 'name'.
     * 
     * @return String
     * @return the value of field 'name'.
     */
    public java.lang.String getName()
    {
        return this._name;
    } //-- java.lang.String getName() 

    /**
     * Sets the value of field 'dataType'.
     * 
     * @param dataType the value of field 'dataType'.
     */
    public void setDataType(java.lang.Object dataType)
    {
        this._dataType = dataType;
    } //-- void setDataType(java.lang.Object) 

    /**
     * Sets the value of field 'description'.
     * 
     * @param description the value of field 'description'.
     */
    public void setDescription(java.lang.Object description)
    {
        this._description = description;
    } //-- void setDescription(java.lang.Object) 

    /**
     * Sets the value of field 'extendedAttributes'.
     * 
     * @param extendedAttributes the value of field
     * 'extendedAttributes'.
     */
    public void setExtendedAttributes(java.lang.Object extendedAttributes)
    {
        this._extendedAttributes = extendedAttributes;
    } //-- void setExtendedAttributes(java.lang.Object) 

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

    /**
     * Sets the value of field 'initialValue'.
     * 
     * @param initialValue the value of field 'initialValue'.
     */
    public void setInitialValue(java.lang.Object initialValue)
    {
        this._initialValue = initialValue;
    } //-- void setInitialValue(java.lang.Object) 

    /**
     * Sets the value of field 'isArray'.
     * 
     * @param isArray the value of field 'isArray'.
     */
    public void setIsArray(workflow.xwfbox.process.types.DataFieldIsArrayType isArray)
    {
        this._isArray = isArray;
    } //-- void setIsArray(workflow.xwfbox.process.types.DataFieldIsArrayType) 

    /**
     * Sets the value of field 'length'.
     * 
     * @param length the value of field 'length'.
     */
    public void setLength(java.lang.Object length)
    {
        this._length = length;
    } //-- void setLength(java.lang.Object) 

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

}

⌨️ 快捷键说明

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