source:
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/airthroughput/CustomAirflowStateName.java
@
1396
Revision 1396, 283 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.resources.computing.profiles.energy.airthroughput; |
2 | |
3 | |
4 | public class CustomAirflowStateName implements AirflowStateName{ |
5 | |
6 | protected String name; |
7 | |
8 | public CustomAirflowStateName(String name) { |
9 | this.name = name; |
10 | } |
11 | |
12 | public String getLabel() { |
13 | return name; |
14 | } |
15 | |
16 | |
17 | } |
Note: See TracBrowser
for help on using the repository browser.