source: xssim/trunk/src/test/rewolucja/resources/ResourceStatus.java @ 104

Revision 104, 137 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.resources;
2
3public enum ResourceStatus {
4        BUSY,
5        FREE,
6        RESERVED,
7        FAILED,
8        PENDING,
9        AVAILABLE,
10        NOTAVAILABLE;
11}
Note: See TracBrowser for help on using the repository browser.