Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleParameter

        public ScheduleParameter()
      • ScheduleParameter

        public ScheduleParameter​(java.lang.String value,
                                 boolean useValue)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • isUseValue

        public boolean isUseValue()
      • setUseValue

        public void setUseValue​(boolean useValue)