|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.plugIn.dto.InfoXml
public class InfoXml
タイトル:InfoXml is controled Plugin Information XML.
説明:プラグイン情報XMLの処理を行う
著作権: Copyright (c) 2010/01/25
入れ子のクラスの概要 | |
---|---|
static class |
InfoXml.INF_TAG
|
static class |
InfoXml.INIT_TAG
|
static class |
InfoXml.MENU_TAG
|
static class |
InfoXml.RETRIEVE_TAG
|
コンストラクタの概要 | |
---|---|
InfoXml()
|
メソッドの概要 | |
---|---|
java.lang.String |
getInfTag(InfoXml.INF_TAG tag)
Describe getInfTag method : gettin tag value. |
int |
getInitCount()
Describe getInitCount method : get initdisp tag counter. |
java.lang.String |
getInitVal(InfoXml.INIT_TAG tag,
int pos)
Describe getInitVal method : get tag value in initdisp. |
int |
getMenuCount()
Describe getMenuCount method : get menu tag counter. |
java.lang.String |
getMenuVal(InfoXml.MENU_TAG tag,
int pos)
Describe getMenuVal method : get tag in menu value. |
int |
getRetrieveCount()
Describe getRetrieveCount method : get retrieve tag counter. |
java.lang.String |
getRetrieveVal(InfoXml.RETRIEVE_TAG tag,
int pos)
Describe getRetrieveVal method : get tag value in retrive. |
void |
setXml(java.io.File dir)
Describe setXml method : setting information xml Document. |
void |
setXml(java.lang.String filePass)
Describe setXml method : setting information xml Document. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public InfoXml()
メソッドの詳細 |
---|
public void setXml(java.io.File dir) throws java.lang.Exception
setXml
method : setting information xml Document.
flnm
- a String
:
java.lang.Exception
public void setXml(java.lang.String filePass) throws java.lang.Exception
setXml
method : setting information xml Document.
filePass
- a String
: プラグイン情報XMLのパス
java.lang.Exception
public java.lang.String getInfTag(InfoXml.INF_TAG tag)
getInfTag
method : gettin tag value.
tag
- a INF_TAG
: Tag名を表すenum
String
: 取得した値public int getMenuCount()
getMenuCount
method : get menu tag counter.
int
: menu tag countpublic java.lang.String getMenuVal(InfoXml.MENU_TAG tag, int pos)
getMenuVal
method : get tag in menu value.
tag
- a MENU_TAG
:pos
- an int
:
String
:public int getInitCount()
getInitCount
method : get initdisp tag counter.
int
: initdisp tag countpublic java.lang.String getInitVal(InfoXml.INIT_TAG tag, int pos)
getInitVal
method : get tag value in initdisp.
tag
- a INIT_TAG
:pos
- an int
:
String
:public int getRetrieveCount()
getRetrieveCount
method : get retrieve tag counter.
int
: retrieve tag countpublic java.lang.String getRetrieveVal(InfoXml.RETRIEVE_TAG tag, int pos)
getRetrieveVal
method : get tag value in retrive.
tag
- a RETRIEVE_TAG
:pos
- an int
:
String
:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |