superwaba.ext.xplat.util.props
Class Properties.Long

java.lang.Object
  |
  +--superwaba.ext.xplat.util.props.Properties.Value
        |
        +--superwaba.ext.xplat.util.props.Properties.Long
Enclosing class:
Properties

public static class Properties.Long
extends Properties.Value

Implements a value of type long


Field Summary
static char TYPE
           
 long value
           
 
Fields inherited from class superwaba.ext.xplat.util.props.Properties.Value
type
 
Constructor Summary
Properties.Long(long value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Field Detail

TYPE

public static final char TYPE

value

public long value
Constructor Detail

Properties.Long

public Properties.Long(long value)