public class DeviationInstanceWrapper.Control extends NodeInterface implements Ordered
修飾子とタイプ | メソッドと説明 |
---|---|
double |
beat() |
boolean |
containsAttributeInChild(java.lang.String key) |
java.lang.String |
getChildAttribute(java.lang.String key) |
double |
getChildAttributeDouble(java.lang.String key) |
int |
getChildAttributeInt(java.lang.String key) |
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class.
|
int |
measure() |
int |
ordinal() |
int |
subordinal() |
int |
timestamp(int ticksPerBeat) |
java.lang.String |
toString() |
java.lang.String |
type() |
double |
value() |
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 double beat()
public final boolean containsAttributeInChild(java.lang.String key)
public final java.lang.String getChildAttribute(java.lang.String key)
public final double getChildAttributeDouble(java.lang.String key)
public final int getChildAttributeInt(java.lang.String key)
protected final java.lang.String getSupportedNodeName()
NodeInterface
Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.getSupportedNodeName
クラス内 NodeInterface
public final int measure()
public final int subordinal()
subordinal
インタフェース内 Ordered
public final int timestamp(int ticksPerBeat) throws java.io.IOException
java.io.IOException
public final java.lang.String toString()
toString
クラス内 java.lang.Object
public final java.lang.String type()
public final double value()