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

Revision 104, 164 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.resources;
2
3public interface Resource {
4
5        public String getName();
6
7        public ResourceType getType();
8
9        public ResourceStatus getStatus();
10       
11}
Note: See TracBrowser for help on using the repository browser.