Class StatLong

java.lang.Object
org.bedework.synch.shared.Stat
org.bedework.synch.shared.StatLong
All Implemented Interfaces:
Serializable

public class StatLong extends Stat
Provide a way to get named values.
Author:
douglm
See Also:
  • Constructor Details

    • StatLong

      public StatLong(String name)
      Parameters:
      name -
  • Method Details

    • setLongValue

      public void setLongValue(long val)
      Parameters:
      val -
    • getLongValue

      public long getLongValue()
      Returns:
      long
    • getValue

      public String getValue()
      Overrides:
      getValue in class Stat
      Returns:
      value
    • inc

      public void inc()