be.hogent.tarsos.midi
Enum ToneSequenceBuilder.AnnotationCVSFileHandlers

java.lang.Object
  extended by java.lang.Enum<ToneSequenceBuilder.AnnotationCVSFileHandlers>
      extended by be.hogent.tarsos.midi.ToneSequenceBuilder.AnnotationCVSFileHandlers
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ToneSequenceBuilder.AnnotationCVSFileHandlers>
Enclosing class:
ToneSequenceBuilder

public static enum ToneSequenceBuilder.AnnotationCVSFileHandlers
extends java.lang.Enum<ToneSequenceBuilder.AnnotationCVSFileHandlers>

Author:
Joren Six

Enum Constant Summary
AUBIO
          Handles files generated by AUBIO.
BOZKURT
          Handles files generated by BOZKURT.
IPEM
          Handles files generated by IPEM_SIX.
 
Method Summary
 ToneSequenceBuilder.CSVFileHandler getCvsFileHandler()
           
static ToneSequenceBuilder.AnnotationCVSFileHandlers valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToneSequenceBuilder.AnnotationCVSFileHandlers[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BOZKURT

public static final ToneSequenceBuilder.AnnotationCVSFileHandlers BOZKURT
Handles files generated by BOZKURT.


IPEM

public static final ToneSequenceBuilder.AnnotationCVSFileHandlers IPEM
Handles files generated by IPEM_SIX.


AUBIO

public static final ToneSequenceBuilder.AnnotationCVSFileHandlers AUBIO
Handles files generated by AUBIO.

Method Detail

values

public static ToneSequenceBuilder.AnnotationCVSFileHandlers[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ToneSequenceBuilder.AnnotationCVSFileHandlers c : ToneSequenceBuilder.AnnotationCVSFileHandlers.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ToneSequenceBuilder.AnnotationCVSFileHandlers valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getCvsFileHandler

public ToneSequenceBuilder.CSVFileHandler getCvsFileHandler()
Returns:
the cvsFileHandler