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

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

public static class Properties.Str
extends Properties.Value

Implements a value of type String


Field Summary
static char TYPE
           
 java.lang.String value
           
 
Fields inherited from class superwaba.ext.xplat.util.props.Properties.Value
type, typeStr
 
Constructor Summary
Properties.Str(java.lang.String 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 java.lang.String value
Constructor Detail

Properties.Str

public Properties.Str(java.lang.String value)
Method Detail

toString

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