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

java.lang.Object
  |
  +--superwaba.ext.xplat.util.props.Properties.Value
Direct Known Subclasses:
Properties.Boolean, Properties.Double, Properties.Int, Properties.Long, Properties.Str
Enclosing class:
Properties

public static class Properties.Value
extends Object

Represents a generic value that can be stored here.


Field Summary
 char type
          read-only property
 
Constructor Summary
Properties.Value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Field Detail

type

public char type
read-only property
Constructor Detail

Properties.Value

public Properties.Value()