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

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

public static class Properties.Int
extends Properties.Value

Implements a value of type int


Field Summary
static char TYPE
           
 int value
           
 
Fields inherited from class superwaba.ext.xplat.util.props.Properties.Value
type
 
Constructor Summary
Properties.Int(int 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 int value
Constructor Detail

Properties.Int

public Properties.Int(int value)