Package net.homeip.mleclerc.omnilinkbbclient.stubs

Examples of net.homeip.mleclerc.omnilinkbbclient.stubs.SystemMode


    // System mode
    EnumLabel systemModeLabel = EnumLabel.getEnumLabel(SYSTEM_MODES, thermostatModel.getSystemMode());
    exec = new Execution() {
      public boolean execute(Object selection) {
        SystemMode selectedSystemMode = (SystemMode) ((EnumLabel) selection).getEnumValue();
        return thermostatModel.setSystemMode(selectedSystemMode);
      }
    };
    Field systemModeField = createLabelAndChoiceField(OmniLinkBBClient.getString(OmniLinkClientResource.TEMPERATURE_SYSTEM_MODE), SYSTEM_MODES, systemModeLabel, exec);
View Full Code Here

TOP

Related Classes of net.homeip.mleclerc.omnilinkbbclient.stubs.SystemMode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.