Skip to content

Commit 6ee5865

Browse files
Added VinylType.java
1 parent e08ddd4 commit 6ee5865

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package org.woehlke.beachbox.entities;
2+
3+
/**
4+
* Created by tw on 14.02.15.
5+
*/
6+
public enum VinylType {
7+
CD,
8+
CD_SAMPLER,
9+
LP,
10+
LP_SAMPLER,
11+
SINGLES,
12+
DVD,
13+
MC,
14+
VIDEO
15+
}

0 commit comments

Comments
 (0)