source: DCWoRMS/trunk/src/schedframe/resources/Resource.java @ 477

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