|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wim.util.SDOUtils
public class SDOUtils
SDO Utilities
Constructor Summary | |
---|---|
SDOUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getDataGraphAsString(commonj.sdo.DataObject root)
|
static void |
printDataGraph(java.lang.String msg,
commonj.sdo.DataGraph dg)
Print the DataGraph in semi-graphical format vmm internal code should not use this method as it prints to standard out. |
static void |
printDataGraph(java.lang.String msg,
commonj.sdo.DataObject root)
Print the DataGraph in semi-graphical format vmm internal code should not use this method as it prints to standard out. |
static void |
printDataGraphXML(java.lang.String msg,
commonj.sdo.DataGraph dg)
Print the datagraph XML vmm internal code should not use this method as it prints to standard out. |
static void |
printDataObject(java.lang.String msg,
int level,
org.eclipse.emf.ecore.sdo.EDataObject do1)
Print the DataObject in semi-graphical format |
static void |
validateDataGraph(commonj.sdo.DataGraph dataGraph)
|
static void |
validateDataObject(commonj.sdo.DataObject dataObject)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDOUtils()
Method Detail |
---|
public static void validateDataObject(commonj.sdo.DataObject dataObject) throws WIMException
WIMException
public static void validateDataGraph(commonj.sdo.DataGraph dataGraph) throws WIMException
WIMException
public static void printDataGraphXML(java.lang.String msg, commonj.sdo.DataGraph dg)
msg
- any messagedg
- datagraph to printpublic static void printDataGraph(java.lang.String msg, commonj.sdo.DataGraph dg)
msg
- any messagedg
- datagraph to printpublic static void printDataGraph(java.lang.String msg, commonj.sdo.DataObject root)
msg
- any messagedg
- datagraph to printpublic static java.lang.String getDataGraphAsString(commonj.sdo.DataObject root)
public static void printDataObject(java.lang.String msg, int level, org.eclipse.emf.ecore.sdo.EDataObject do1)
msg
- any messagelevel
- depth level of the data object from data graph rootdo1
- dataobject to print
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |