パッケージ com.lmt.lib.bms
クラス BmsLoader.ValueChannelParsedElement
- Object
-
- BmsLoader.ParsedElement
-
- BmsLoader.ChannelParsedElement
-
- ValueChannelParsedElement
-
- 含まれているクラス:
- BmsLoader
protected static class BmsLoader.ValueChannelParsedElement extends BmsLoader.ChannelParsedElement
BMSの入力元から解析された値型チャンネルを表す要素データクラスです。※当クラスはBMSライブラリの一般利用者が参照する必要はありません。
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 String
value
チャンネルの値の文字列表現-
クラスから継承されたフィールド BmsLoader.ChannelParsedElement
measure, number
-
クラスから継承されたフィールド BmsLoader.ParsedElement
line, lineNumber
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ValueChannelParsedElement()
値型チャンネル要素のオブジェクトを構築します。ValueChannelParsedElement(int lineNumber, Object line, int measure, int number, String value)
値型チャンネル要素のオブジェクトを構築します。
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 BmsLoader.ChannelParsedElement
set(int lineNumber, Object line, int measure, int number, String value)
値型チャンネル要素のオブジェクトの内容を設定します。-
クラスから継承されたメソッド BmsLoader.ParsedElement
error
-
-
-
-
フィールドの詳細
-
value
public String value
チャンネルの値の文字列表現
-
-
メソッドの詳細
-
set
public final BmsLoader.ChannelParsedElement set(int lineNumber, Object line, int measure, int number, String value)
値型チャンネル要素のオブジェクトの内容を設定します。- パラメータ:
lineNumber
- この要素が存在した入力元の行番号、または要素の登場した順番line
- この要素の元になった行の記述内容、定義内容などのデータmeasure
- 小節番号number
- チャンネル番号value
- チャンネルの値の文字列表現- 戻り値:
- このオブジェクトのインスタンス
-
-