|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssdbms.ssd.StringValue
This class represents a string primitive value. It wraps a java string variable to storage the content of the datum.
SimpleValue
,
PrimitiveValue
Field Summary |
Fields inherited from interface ssdbms.ssd.SSDValue |
BLOB, BYTE_SEQUENCE, CLOB, INTEGER, NON_PRIMITIVE, REAL, STRING |
Constructor Summary | |
StringValue(java.lang.String value)
Constructs a string primitive value represents the given java string. |
Method Summary | |
java.lang.String |
getValue()
Returns the String representation of this value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringValue(java.lang.String value) throws BadSSDValueException
BadSSDValueException
- If value
is null
.Method Detail |
public java.lang.String getValue()
String
representation of this value.
String
that represents the value stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |