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);
}