com.tekann.codegen.pda.util
Class TKNLong
java.lang.Object
totalcross.util.Properties.Value
com.tekann.codegen.pda.util.TKNLong
public class TKNLong
- extends totalcross.util.Properties.Value
The Long class wraps a value of the primitive type long in an object
- Author:
- evandro
|
Field Summary |
static char |
TYPE
|
| Fields inherited from class totalcross.util.Properties.Value |
type, typeStr |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final char TYPE
- See Also:
- Constant Field Values
TKNLong
public TKNLong(long l)
TKNLong
public TKNLong(java.lang.String s)
throws totalcross.sys.InvalidNumberException
- Throws:
totalcross.sys.InvalidNumberException
toString
public java.lang.String toString()
- Specified by:
toString in class totalcross.util.Properties.Value
longValue
public long longValue()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object