fuku.eb4j
クラス Appendix

java.lang.Object
  上位を拡張 fuku.eb4j.Appendix

public final class Appendix
extends Object

付録パッケージクラス。

バージョン:
0.3.5
作成者:
Hisaya FUKUMOTO

メソッドの概要
 int getAppendixType()
          この付録パッケージの種類を返します。
 String getPath()
          この付録パッケージのパスを文字列で返します。
 SubAppendix getSubAppendix(int index)
          この付録パッケージの指定したインデックスの副本を返します。
 int getSubAppendixCount()
          この付録パッケージの副本数を返します。
 SubAppendix[] getSubAppendixes()
          この付録パッケージの副本リストを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getPath

public String getPath()
この付録パッケージのパスを文字列で返します。

戻り値:
付録パッケージのパスの文字列形式

getAppendixType

public int getAppendixType()
この付録パッケージの種類を返します。

戻り値:
appendixパッケージの種類を示すフラグ
関連項目:
Book.DISC_EB, Book.DISC_EPWING

getSubAppendixCount

public int getSubAppendixCount()
この付録パッケージの副本数を返します。

戻り値:
副本数

getSubAppendixes

public SubAppendix[] getSubAppendixes()
この付録パッケージの副本リストを返します。

戻り値:
副本の配列

getSubAppendix

public SubAppendix getSubAppendix(int index)
この付録パッケージの指定したインデックスの副本を返します。

パラメータ:
index - インデックス
戻り値:
副本 (範囲外のインデックス時はnull)


Copyright © 2002-2004 Hisaya FUKUMOTO. All rights reserved.