Package net.homeip.mleclerc.omnilinkbbclient.stubs

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


  public String getZoneName(int index) {
    return getZoneStatuses()[index].getZoneName();
  }
 
  public boolean isZoneBypassed(int index) {
    ArmingStatus armingStatus = getZoneStatuses()[index].getArmingStatus();
    return armingStatus.equals(ArmingStatus.BYPASSED_BY_USER);
  }
View Full Code Here

TOP

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

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.