Class ScheduleParameter
- java.lang.Object
-
- com.inductiveautomation.reporting.common.resource.ScheduleParameter
-
- All Implemented Interfaces:
java.io.Serializable
public class ScheduleParameter extends java.lang.Object implements java.io.Serializable
Filename: ScheduleParameter.java Created on Mar 13, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting- Since:
- 7.8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduleParameter()
ScheduleParameter(java.lang.String value, boolean useValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
boolean
isUseValue()
void
setUseValue(boolean useValue)
void
setValue(java.lang.String value)
-