source:
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/StandardAirThroughputStateName.java
@
753
Revision 753, 226 bytes checked in by wojtekp, 12 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.resources.computing.profiles.energy.airthroughput; |
2 | |
3 | public enum StandardAirThroughputStateName implements AirThroughputStateName{ |
4 | |
5 | FAN_ON, |
6 | FAN_OFF; |
7 | |
8 | public String getName() { |
9 | return toString(); |
10 | } |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.