package schedframe.resources.computing.profiles.energy.airthroughput; public enum StandardAirflowStateName implements AirflowStateName{ ON, OFF; public String getLabel() { return toString(); } }