public class MusicXMLWrapper.StartStopElement extends NodeInterface
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属性で指定されている正の整数を返します. number属性がないときは1を返します.
|
java.lang.String |
toString()
このオブジェクトの文字列表現を返します.
|
java.lang.String |
type()
type属性で指定されているstart, stop, continueのいずれかを返します.
|
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeKeys, getAttributeNS, getAttributes, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node
public final NodeInterface getParentNodeInterface()
このオブジェクトがラップする要素の親ノードのNodeInterfaceオブジェクトを 返します.
protected final java.lang.String getSupportedNodeName()
Returns "tied|slur|tuplet|glissando|slide".
getSupportedNodeName
クラス内 NodeInterface
public final byte number()
number属性で指定されている正の整数を返します. number属性がないときは1を返します.
public java.lang.String toString()
このオブジェクトの文字列表現を返します.
toString
クラス内 java.lang.Object
public final java.lang.String type()
type属性で指定されているstart, stop, continueのいずれかを返します.