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
           
 String value
           
 
Fields inherited from class superwaba.ext.xplat.util.props.Properties.Value
type
 
Constructor Summary
Properties.Str(String 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 String value
Constructor Detail

Properties.Str

public Properties.Str(String value)