|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.framework.defs.transfer.CDataObject
public class CDataObject
This class shall be used to identify objects that should use the CDATASection to transfer information between the server and client using a CDATASectionNode for XML document. The CDATASection of the XML document is not parsed and so the contents are preserved as is. This will help preserve the tabs and linefeeds during the XML transfer
Constructor Summary | |
---|---|
CDataObject() |
|
CDataObject(java.lang.Object value) Creates a CDataObject containing the data as specified by the String representation of the Object value |
|
CDataObject(java.lang.String value) Creates a CDataObject containing the data as specified by the String value |
Method Summary | |
---|---|
java.lang.String |
getData() Returns the String containing data for this CDataObject |
static boolean |
isDefaultPropertyCheckingSupported() This property is used to check if a default value is supported by this class. |
static boolean |
isDefaultValue(CDataObject obj) Checks if the value in the argument is the same as the default value defined for this class. |
void |
setData(java.lang.Object value) Sets the String value to the data for this CDataObject |
void |
setData(java.lang.String value) Sets the String value to the data for this CDataObject |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CDataObject(java.lang.String value)
value
value
- the String used to initialize the data for this CDataObject
public CDataObject(java.lang.Object value)
value
value
- the Object used to initialize the data for this CDataObject
public CDataObject()
Method Detail |
---|
public java.lang.String getData()
CDataObject
public void setData(java.lang.String value)
value
to the data for this CDataObject
value
- the data to setpublic void setData(java.lang.Object value)
value
to the data for this CDataObject
value
- the data to setpublic java.lang.String toString()
toString
in class java.lang.Object
public static boolean isDefaultValue(CDataObject obj)
obj
- the CDataObject
for which the default values are to be testedobj
is same as the default value false otherwisepublic static boolean isDefaultPropertyCheckingSupported()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |