package schedframe.resources.computing.profiles.energy.airthroughput; public class CustomAirflowStateName implements AirflowStateName{ protected String name; public CustomAirflowStateName(String name) { this.name = name; } public String getLabel() { return name; } }