JSourceCodeWizardAbstract |
JSourceCodeWizard (abstract class of wizard) class
description: JSourceCodeWizard: abstract class of wizard
[Caution] This file is generated automaticaly by JSourceCodeWizard using XML define(s).
[Generaton Gap Pattern] Do not modify this class file
If you want modify this class, extends this class and modify subclass.
JSourceCodeWizard(abstract class of wizard) : JSourceCodeWizard: abstract class of wizard
項目名称
| 項目説明
| 型
| 長さ
| 小数部
| Primary
| NOT NULL
| 詳細
channel class define notDefined[JSourceCodeWizardChannel]
field field define notDefined[java.util.ArrayList]
currentDirectory processing directory CHAR(-1)
|
CREATE TABLE JSourceCodeWizard (currentDirectory CHAR(-1))
JSourceCodeWizardChannelAbstract |
channel (channel information) class
description: JSourceCodeWizard: class information of wizard
[Caution] This file is generated automaticaly by JSourceCodeWizard using XML define(s).
[Generaton Gap Pattern] Do not modify this class file
If you want modify this class, extends this class and modify subclass.
channel(channel information) : JSourceCodeWizard: class information of wizard
項目名称
| 項目説明
| 型
| 長さ
| 小数部
| Primary
| NOT NULL
| 詳細
name チャンネル CHAR(-1) Yes チャンネルのID。 |
JSourceCodeWizardFieldAbstract |
field (Field information) class
description: JSourceCodeWizard: field information of wizard
[Caution] This file is generated automaticaly by JSourceCodeWizard using XML define(s).
[Generaton Gap Pattern] Do not modify this class file
If you want modify this class, extends this class and modify subclass.
field(Field information) : JSourceCodeWizard: field information of wizard
項目名称
| 項目説明
| 型
| 長さ
| 小数部
| Primary
| NOT NULL
| 詳細
name 項目ID CHAR(-1) Yes 項目のIDです
title 項目名称 CHAR(-1) 項目の名称を一言で表します。 |
JSourceCodeWizardFunction |
function (function of wizard) class
description: JSourceCodeWizard: function information of wizard
[Caution] This file is generated automaticaly by JSourceCodeWizard using XML define(s).
[Generaton Gap Pattern] Do not modify this class file
If you want modify this class, extends this class and modify subclass.
function(function of wizard) : JSourceCodeWizard: function information of wizard
項目名称
| 項目説明
| 型
| 長さ
| 小数部
| Primary
| NOT NULL
| 詳細
useDebug Debug出力機能を使うかどうか CHAR(1) 1
useSql SQL操作 入出力機能を使うかどうか CHAR(1) 1
useXml XMLファイル入出力機能を使うかどうか CHAR(1) 1
useCsv CSVファイル入出力操作機能を使うかどうか CHAR(1) 1
useTsv TSVファイル入出力操作機能を使うかどうか CHAR(1) 1
useTest (未実装) JUnit用スケルトンコードを自動生成するかどうか CHAR(1) 1
useServlet (未実装) サーブレット用スケルトンコードを自動生成するかどうか CHAR(1) 1
useSwing (未実装) Swing用スケルトンコードを自動生成するかどうか CHAR(1) 1
useMain main()を自動生成するかどうか CHAR(1) 1
useInit wizInit()を自動生成するかどうか CHAR(1) 1
useConstracter このクラスのデフォルトコンストラクタを自動生成するかどうか CHAR(1) 1
bind クラスを関連づけます。 |
JSourceCodeWizardPattern |
pattern (pattern information) class
description: JSourceCodeWizard: pattern information of wizard
[Caution] This file is generated automaticaly by JSourceCodeWizard using XML define(s).
[Generaton Gap Pattern] Do not modify this class file
If you want modify this class, extends this class and modify subclass.
pattern(pattern information) : JSourceCodeWizard: pattern information of wizard
項目名称
| 項目説明
| 型
| 長さ
| 小数部
| Primary
| NOT NULL
| 詳細
useSingleton (未実装) シングルトンを使うかどうか CHAR(1) 1
|
CREATE TABLE pattern (useSingleton CHAR(1))
| | | | |