|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPTonalityType
This class describes a tonality type.
Field Summary | |
private static GPTonalityType[] |
_tonalityTypes
The tonality types. |
private static java.lang.String[] |
_tonalityTypeStrings
The tonality types's names. |
private int |
_type
A tonality type is represented by an integer. |
static GPTonalityType |
AUGMENTED
Diminished. |
static GPTonalityType |
DIMINISHED
Augmented. |
static GPTonalityType |
PERFECT
Perfect. |
Constructor Summary | |
private |
GPTonalityType(int type)
Creates a new TonalityType whose type is type . |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPTonality |
static GPTonalityType |
valueOf(int type)
Returns the GPTonalityType associated with the value type . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int _type
public static final GPTonalityType PERFECT
public static final GPTonalityType DIMINISHED
public static final GPTonalityType AUGMENTED
private static GPTonalityType[] _tonalityTypes
private static java.lang.String[] _tonalityTypeStrings
Constructor Detail |
private GPTonalityType(int type)
type
.
type
- Method Detail |
public java.lang.String toString()
public static GPTonalityType valueOf(int type)
type
.
type
- the tonality type integer value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |