|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.base.InstanceTagUtil
This class is a utility to convert from a Tag element to an instance
Constructor Summary | |
InstanceTagUtil()
This constructor creates a InstanceTagUtil object |
Method Summary | |
Tag |
convertTableRowsToTag(TableRow[] aTableRowArray)
This method converts a TableRow array to a Tag object. |
TableRow[] |
convertTagToTableRows(Tag aTag)
This method converts a Tag Object to an instance table row. |
java.util.Vector |
getErrorMessages()
Returns all the error messages that have been found during the conversion. |
void |
setGroupName(java.lang.String aName)
This method creates a new Group which the InstanceTagUtil will include all the instances. |
void |
setRootEntityTagName(java.lang.String aName)
To force the InstanceTagUtil to map the main tag (not the subTags) mith the specified entity |
void |
setTable(Table aTable)
Sets the Instances Table |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InstanceTagUtil()
Method Detail |
public Tag convertTableRowsToTag(TableRow[] aTableRowArray)
aTableRowArray
- The table row array to be converted.public TableRow[] convertTagToTableRows(Tag aTag) throws WorkbenchException
aTag
- com.ibm.dse.tools.workbench.base.Tagpublic java.util.Vector getErrorMessages()
public void setGroupName(java.lang.String aName) throws WorkbenchException
aName
- java.lang.String The name of the group.public void setRootEntityTagName(java.lang.String aName)
aName
- java.lang.String The name of the entity to be mapped.public void setTable(Table aTable) throws WorkbenchException
aTable
- com.ibm.dse.tools.workbench.base.Table The table to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |