|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.model.LimitedTimeRunSetting
org.boxed_economy.components.stepclock.StepLimitedTimeRunSetting
実行するステップ数で実装されたLimitedTimeRunクラスです
フィールドの概要 | |
static java.util.ResourceBundle |
resource
|
コンストラクタの概要 | |
StepLimitedTimeRunSetting(long step)
コンストラクタです。 |
メソッドの概要 | |
java.lang.String |
getDescription()
ステップ数の設定を文字列で返します。 |
long |
getStep()
step数を返します。 |
void |
setStep(long step)
実行するステップ数を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static java.util.ResourceBundle resource
コンストラクタの詳細 |
public StepLimitedTimeRunSetting(long step)
メソッドの詳細 |
public long getStep()
LimitedTimeRunSetting
内の getStep
public void setStep(long step)
step
- 実行するステップ数public java.lang.String getDescription()
LimitedTimeRunSetting
内の getDescription
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |