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

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

public static class Properties.Boolean
extends Properties.Value

Implements a value of type boolean


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

Properties.Boolean

public Properties.Boolean(boolean value)