source:
xssim/branches/tpiontek/src/test/rewolucja/resources/ResourceStatus.java
@
213
Revision 213, 136 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.resources; |
2 | |
3 | public enum ResourceStatus { |
4 | BUSY, |
5 | FREE, |
6 | RESERVED, |
7 | FAILED, |
8 | PENDING, |
9 | AVAILABLE, |
10 | UNAVAILABLE; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.