Package org.ulti.dev.powermeter.PowerMeterActions

Examples of org.ulti.dev.powermeter.PowerMeterActions.VariableType


    PowerMeterActions pma = new PowerMeterActions();
    String varId = "currentcost.envi.12g";
    String title = "title";
    String description = "description";
    String location = "Waterloo, ON";
    VariableType kind = PowerMeterActions.VariableType.DURATIONAL;

    pma.createNewVariable(varId, description, title, location, kind);

  }
View Full Code Here

TOP

Related Classes of org.ulti.dev.powermeter.PowerMeterActions.VariableType

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.