|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.StartStopElement
public class MusicXMLWrapper.StartStopElement
StartStopElementクラスは, type属性とnumber属性を持ち, type属性はstart, stop, continueのいずれか, number属性は正の整数を 値に持つ, という性質を満たす要素をラップするクラスです.
メソッドの概要 | |
---|---|
NodeInterface |
getParentNodeInterface()
このオブジェクトがラップする要素の親ノードのNodeInterfaceオブジェクトを 返します. |
protected java.lang.String |
getSupportedNodeName()
Returns "tied|slur|tuplet|glissando|slide". |
byte |
number()
number属性で指定されている正の整数を返します. |
java.lang.String |
toString()
このオブジェクトの文字列表現を返します. |
java.lang.String |
type()
type属性で指定されているstart, stop, continueのいずれかを返します. |
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド |
---|
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
メソッドの詳細 |
---|
protected final java.lang.String getSupportedNodeName()
Returns "tied|slur|tuplet|glissando|slide".
NodeInterface
内の getSupportedNodeName
public final NodeInterface getParentNodeInterface()
このオブジェクトがラップする要素の親ノードのNodeInterfaceオブジェクトを 返します.
public final java.lang.String type()
type属性で指定されているstart, stop, continueのいずれかを返します.
public final byte number()
number属性で指定されている正の整数を返します. number属性がないときは1を返します.
public java.lang.String toString()
このオブジェクトの文字列表現を返します.
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |