|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.ne.nifty.iga.tosiki.wizard.wiz.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.
項目名称 | 項目説明 | 型 | 長さ | 小数部 | Primary | NOT NULL | 詳細 |
channel | class define | notDefined[JSourceCodeWizardChannel] | |||||
field | field define | notDefined[java.util.ArrayList] | |||||
currentDirectory | processing directory | CHAR(-1) |
フィールドの概要 | |
protected JSourceCodeWizardChannel |
f_channel
channel(class define) 型:JSourceCodeWizardChannel デフォルト値:[new JSourceCodeWizardChannel()] |
protected java.lang.String |
f_currentDirectory
currentDirectory(processing directory) 型:String デフォルト値:["."] |
protected java.util.ArrayList |
f_field
field(field define) 型:java.util.ArrayList 子供の型:JSourceCodeWizardField デフォルト値:[new java.util.ArrayList()] |
コンストラクタの概要 | |
JSourceCodeWizardAbstract()
|
メソッドの概要 | |
int |
compareTo(JSourceCodeWizardAbstract arg)
JSourceCodeWizard(abstract class of wizard) オブジェクト比較 |
int |
compareTo(java.lang.Object arg)
JSourceCodeWizard(abstract class of wizard) オブジェクト比較 |
boolean |
equals(java.lang.Object obj)
JSourceCodeWizard(abstract class of wizard) オブジェクトの比較 |
static java.lang.String |
fitRight(java.lang.String strInput,
int iLength,
char cFill)
与えられた文字列を指定長さにぴったりに収まるよう加工するメソッド 2バイト1文字の文字は2文字としてカウントします。 |
JSourceCodeWizardChannel |
getChannel()
channel(class define) のgetter 型:JSourceCodeWizardChannel デフォルト値:[new JSourceCodeWizardChannel()] |
static JSourceCodeWizardChannel |
getChannelDefault()
|
static java.lang.String |
getChannelName()
|
static java.lang.String |
getChannelTitle()
|
java.lang.String |
getChannelType()
|
static java.util.Comparator |
getComparator()
JSourceCodeWizard(abstract class of wizard) オブジェクトのソート比較 |
java.lang.String |
getCurrentDirectory()
currentDirectory(processing directory) のgetter 型:String デフォルト値:["."] |
static java.lang.String |
getCurrentDirectoryDefault()
|
static java.lang.String |
getCurrentDirectoryName()
|
static java.lang.String |
getCurrentDirectoryTitle()
|
java.lang.String |
getCurrentDirectoryType()
|
java.lang.String |
getDisplayString()
JSourceCodeWizard(abstract class of wizard) の表示用文字列の取得 |
java.util.ArrayList |
getField()
field(field define) のgetter 型:java.util.ArrayList 子供の型:JSourceCodeWizardField デフォルト値:[new java.util.ArrayList()] |
static java.util.ArrayList |
getFieldDefault()
|
static java.lang.String |
getFieldName()
|
static java.lang.String |
getFieldTitle()
|
java.lang.String |
getFieldType()
|
static java.lang.String |
getTextNodeValue(org.w3c.dom.Node nodeLook)
与えられたNodeに含まれる文字列を取り出します |
static java.lang.String |
getWizardShortName()
Get short name for Wizard |
static java.lang.String |
padRight(java.lang.String strInput,
int iLength,
char cFill)
与えられた文字列を指定長さまで右側に指定文字を埋めるメソッド 2バイト1文字の文字は2文字としてカウントします。 |
void |
parse(JSourceCodeWizardAbstract arg)
JSourceCodeWizard(abstract class of wizard) の読み込み |
void |
parse(org.w3c.dom.Node nodeLook)
与えられたNodeをパースしてフィールドに代入します |
void |
parse(java.sql.ResultSet resultSet)
JSourceCodeWizard(abstract class of wizard) のResultSet解析 |
void |
parseCsv(java.lang.String strLine)
与えられたCsv文字列をパースしてフィールドに代入します |
void |
parseTsv(java.lang.String strLine)
与えられたTsv文字列をパースしてフィールドに代入します |
void |
parseXml(java.io.File fileXmlFile)
与えられたXMLファイルをパースしてフィールドに代入します |
void |
serialize(org.w3c.dom.Document document,
org.w3c.dom.Element elementParent)
与えられたElementにフィールドを書き出します |
void |
serialize(JSourceCodeWizardAbstract arg)
JSourceCodeWizard(abstract class of wizard) の書き出し |
void |
serializeCsv(java.io.File fileFile)
与えられたCsvファイルに書き出しします |
void |
serializeCsv(java.io.Writer writer)
与えられたCsvファイルに書き出しします |
void |
serializeTsv(java.io.File fileFile)
与えられたTsvファイルに書き出しします |
void |
serializeTsv(java.io.Writer writer)
与えられたTsvファイルに書き出しします |
void |
serializeXml(java.io.File fileXmlFile)
与えられたXMLファイルに書き出しします |
void |
setChannel(JSourceCodeWizardChannel arg)
setter for channel(class define) 型:JSourceCodeWizardChannel デフォルト値:[new JSourceCodeWizardChannel()] |
void |
setCurrentDirectory(java.lang.String arg)
setter for currentDirectory(processing directory) 型:String デフォルト値:["."] |
void |
setField(java.util.ArrayList arg)
setter for field(field define) 型:java.util.ArrayList 子供の型:JSourceCodeWizardField デフォルト値:[new java.util.ArrayList()] |
static void |
sqlCreateTable(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表作成 |
int |
sqlDelete(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表行削除 |
static void |
sqlDropTable(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表削除 |
int |
sqlInsertInto(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表挿入 |
static java.sql.PreparedStatement |
sqlSelect(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表全検索 |
static java.util.ArrayList |
sqlSelectList(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表全検索 List戻り値版 |
static java.sql.PreparedStatement |
sqlSelectWhereOrderBy(java.sql.Connection conn,
java.lang.String strWhere,
java.lang.Object[] params,
java.lang.String strOrderBy)
JSourceCodeWizard(abstract class of wizard) のDB表検索 WHERE版 |
int |
sqlUpdate(java.sql.Connection conn)
JSourceCodeWizard(abstract class of wizard) のDB表行更新 |
static java.lang.String |
subString(java.lang.String strInput,
int iStart,
int iLength)
与えられた文字列の一部分を取得するメソッド 2バイト1文字の文字は2文字としてカウントします。 |
static int |
toInteger(java.lang.String strInput)
与えられた文字列を可能な限り数字化します。 |
void |
trimRight()
JSourceCodeWizard(abstract class of wizard) の文字列フィールド右詰め |
static java.lang.String |
trimRight(java.lang.String strInput)
与えられた文字列の右側を切りつめるメソッド 半角空白と全角空白を切りつめます 【注意】このメソッドについては JSourceCodeWizardクラスが作成するひな形ソースコード の一部として利用されます。 |
protected java.lang.String |
wizCsvNextToken(java.io.Reader reader)
|
protected java.lang.String |
wizTsvNextToken(java.io.Reader reader)
|
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected JSourceCodeWizardChannel f_channel
protected java.util.ArrayList f_field
protected java.lang.String f_currentDirectory
コンストラクタの詳細 |
public JSourceCodeWizardAbstract()
メソッドの詳細 |
public static java.lang.String getWizardShortName()
public void setChannel(JSourceCodeWizardChannel arg)
JSourceCodeWizardChannel
- arg channel(class define)public JSourceCodeWizardChannel getChannel()
public static java.lang.String getChannelName()
public static java.lang.String getChannelTitle()
public java.lang.String getChannelType()
public static JSourceCodeWizardChannel getChannelDefault()
public void setField(java.util.ArrayList arg)
java.util.ArrayList
- arg field(field define)public java.util.ArrayList getField()
public static java.lang.String getFieldName()
public static java.lang.String getFieldTitle()
public java.lang.String getFieldType()
public static java.util.ArrayList getFieldDefault()
public void setCurrentDirectory(java.lang.String arg)
String
- arg currentDirectory(processing directory)public java.lang.String getCurrentDirectory()
public static java.lang.String getCurrentDirectoryName()
public static java.lang.String getCurrentDirectoryTitle()
public java.lang.String getCurrentDirectoryType()
public static java.lang.String getCurrentDirectoryDefault()
public java.lang.String getDisplayString()
public boolean equals(java.lang.Object obj)
java.lang.Object
内の equals
Object
- obj 比較先オブジェクトpublic int compareTo(JSourceCodeWizardAbstract arg)
public int compareTo(java.lang.Object arg)
java.lang.Comparable
内の compareTo
public static java.util.Comparator getComparator()
public void trimRight()
public void parse(JSourceCodeWizardAbstract arg)
public void serialize(JSourceCodeWizardAbstract arg)
public void parse(java.sql.ResultSet resultSet) throws java.sql.SQLException
ResultSet
- 全項目の検索結果SQLException
- public static void sqlCreateTable(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public static void sqlDropTable(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public int sqlInsertInto(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public static java.sql.PreparedStatement sqlSelect(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public static java.util.ArrayList sqlSelectList(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public static java.sql.PreparedStatement sqlSelectWhereOrderBy(java.sql.Connection conn, java.lang.String strWhere, java.lang.Object[] params, java.lang.String strOrderBy) throws java.sql.SQLException
Connection
- 接続コネクションString
- 条件. nullならパラメータ無しObject[]
- パラメータ. nullならパラメータ無しString
- ソート順. nullならソート無しSQLException
- public int sqlDelete(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public int sqlUpdate(java.sql.Connection conn) throws java.sql.SQLException
Connection
- 接続コネクションSQLException
- public static final int toInteger(java.lang.String strInput)
String
- strInput 入力文字列public static final java.lang.String fitRight(java.lang.String strInput, int iLength, char cFill)
String
- strInput 入力文字列int
- iLength 生成したい長さchar
- cFill 埋める文字public static final java.lang.String padRight(java.lang.String strInput, int iLength, char cFill)
String
- strInput 入力文字列int
- iLength 生成したい長さchar
- cFill 埋める文字。public static final java.lang.String trimRight(java.lang.String strInput)
String
- strInput 入力文字列public static final java.lang.String subString(java.lang.String strInput, int iStart, int iLength)
String
- strInput 入力文字列int
- iStart 開始位置 (0オリジン)int
- iLength 取得長さpublic void parse(org.w3c.dom.Node nodeLook)
Node
- nodeLook 入力ノードpublic void parseXml(java.io.File fileXmlFile) throws java.io.IOException
File
- fileXmlFile 入力XMLファイルpublic void serialize(org.w3c.dom.Document document, org.w3c.dom.Element elementParent)
Document
- document ドキュメントElement
- elementParent 親ノードpublic void serializeXml(java.io.File fileXmlFile) throws java.io.IOException
File
- fileXmlFile 出力XMLファイルpublic static final java.lang.String getTextNodeValue(org.w3c.dom.Node nodeLook)
Node
- nodeLook 入力ノードpublic void parseCsv(java.lang.String strLine)
String
- strLine 入力行protected java.lang.String wizCsvNextToken(java.io.Reader reader)
public void serializeCsv(java.io.Writer writer) throws java.io.IOException
File
- fileFile 出力Csvファイルpublic void serializeCsv(java.io.File fileFile) throws java.io.IOException
File
- fileFile 出力Csvファイルpublic void parseTsv(java.lang.String strLine)
String
- strLine 入力行protected java.lang.String wizTsvNextToken(java.io.Reader reader)
public void serializeTsv(java.io.Writer writer) throws java.io.IOException
File
- fileFile 出力Tsvファイルpublic void serializeTsv(java.io.File fileFile) throws java.io.IOException
File
- fileFile 出力Tsvファイル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |