Uses of Class
com.oziexplorer.TrackType

Uses of TrackType in com.oziexplorer
 

Fields in com.oziexplorer declared as TrackType
protected  TrackType TrackFile.type
          The track type.
 

Methods in com.oziexplorer that return TrackType
 TrackType TrackFile.getTrackType()
          Get the track type, see TrackType.
static TrackType TrackType.intToEnum(int value)
          Convert the integers used by OziAPI to identify track types to the enumeration type.
static TrackType TrackType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrackType[] TrackType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oziexplorer with parameters of type TrackType
static void OziAPI.setTrackType(int trackNum, TrackType type)
          Specify a track's TrackType.
 void TrackFile.setTrackType(TrackType trackType)
          Set the track type, see TrackType.