org.sandev.basics.structs
Class StringValueStruct

java.lang.Object
  extended by org.sandev.basics.structs.StringValueStruct
Direct Known Subclasses:
StringValue

public class StringValueStruct
extends java.lang.Object

A runtime structure containing a single string value. This is combined with a stringpersist declaration to store an array of strings as a field within another structure. The stringpersist declaration provides the encoding to use when persisting or otherwise serializing the parent structure.

summary fields: value

Field Summary
protected  java.lang.String value
          The string value.
 
Constructor Summary
StringValueStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value
The string value.

declared default value: ""
declared invalid value: "SANDEV_INVALID_VALUE"
Length in characters, normal: 60 max: 255
Constructor Detail

StringValueStruct

public StringValueStruct()