source:
DCWoRMS/branches/coolemall/src/schedframe/resources/units/ResourceUnitName.java
@
1396
Revision 1396, 105 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[477] | 1 | package schedframe.resources.units; |
2 | ||
3 | public interface ResourceUnitName { | |
4 | ||
[1396] | 5 | public String getLabel(); |
[477] | 6 | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.