source: DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/UserAirThroughputStateName.java @ 753

Revision 753, 296 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.resources.computing.profiles.energy.airthroughput;
2
3
4public class UserAirThroughputStateName implements AirThroughputStateName{
5
6        protected String name;
7
8        public UserAirThroughputStateName(String name) {
9                this.name = name;
10        }
11
12        public String getName() {
13                return name;
14        }
15
16
17}
Note: See TracBrowser for help on using the repository browser.