@Override public int getRepeatType() { return mRepeating.ordinal(); }
private void setRepeatType(int t) { mRepeating = RepeatType.values()[t]; }