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, typeStr
 
Constructor Summary
Properties.Int(int value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final char TYPE

value

public int value
Constructor Detail

Properties.Int

public Properties.Int(int value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Properties.Value