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 abstract static class Properties.Value
extends java.lang.Object

Represents a generic value that can be stored here.


Field Summary
 char type
          read-only property
 java.lang.String typeStr
           
 
Constructor Summary
Properties.Value()
           
 
Method Summary
abstract  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 char type
read-only property

typeStr

public java.lang.String typeStr
Constructor Detail

Properties.Value

public Properties.Value()
Method Detail

toString

public abstract java.lang.String toString()
Overrides:
toString in class java.lang.Object