|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.connector.xml.base.StringBackedValueReference
public class StringBackedValueReference
Constructor Summary | |
---|---|
protected |
StringBackedValueReference(java.lang.String str)
|
Method Summary | |
---|---|
java.lang.String |
getContentAsString()
Obtain the content held in the reference as a string. |
long |
getSize()
Get total size of the object. |
java.lang.Object |
getValue()
Obtain the actual original value that is held by the reference. |
boolean |
isBinary()
Determine whether this is a blob or clob type object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StringBackedValueReference(java.lang.String str)
Method Detail |
---|
public java.lang.Object getValue()
LargeTextValueReference
getValue
in interface LargeTextValueReference
public long getSize()
LargeTextValueReference
getSize
in interface LargeTextValueReference
public java.lang.String getContentAsString()
LargeTextValueReference
getContentAsString
in interface LargeTextValueReference
public boolean isBinary()
LargeTextValueReference
isBinary
in interface LargeTextValueReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |