summaryrefslogtreecommitdiffstats
path: root/Master/Agile Software Development/TestApp/src/testapp/data/ItemPlace.java
blob: 78b762bb0c6843760fc5c9bce5565e0724087ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package testapp.data;

/**
 *
 * @author widbstudi
 */
public enum ItemPlace {
    UNKNOWN,LOCAL,REMOTE
}