Class TimerKey
java.lang.Object
com.inductiveautomation.ignition.common.script.TimerKey
- All Implemented Interfaces:
Comparable<TimerKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
long
getDelay()
getName()
int
hashCode()
boolean
boolean
boolean
void
setDelay
(long l) void
setEnabled
(boolean b) void
setFixedDelay
(boolean b) void
void
setSharedThread
(boolean b) toString()
-
Constructor Details
-
TimerKey
public TimerKey() -
TimerKey
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TimerKey>
-
getDelay
public long getDelay() -
isFixedDelay
public boolean isFixedDelay() -
getName
-
setDelay
public void setDelay(long l) -
setFixedDelay
public void setFixedDelay(boolean b) -
setName
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean b)
-