Package org.bedework.synch.shared
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLongValue()StringgetValue()voidinc()voidsetLongValue(long val)
-
-
-
Constructor Detail
-
StatLong
public StatLong(String name)
- Parameters:
name-
-
-