|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.StringValueStruct
public class StringValueStruct
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.
| 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 |
|---|
protected java.lang.String value
| Constructor Detail |
|---|
public StringValueStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||