001package org.intellimate.izou.sdk.frameworks.music.player;
002
003/**
004 * this class holds the different playback-modes
005 * @author LeanderK
006 * @version 1.0
007 */
008public enum  PlaybackMode {
009    REPEAT, REPEAT_SONG, SHUFFLE
010}