|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.savot.model.MarkupComment
cds.savot.model.SavotTR
public class SavotTR
Row element
Constructor Summary | |
---|---|
SavotTR()
Constructor |
Method Summary | |
---|---|
long |
getLineInXMLFile()
Get the corresponding line in the XML file or flow |
char[][] |
getTDarray()
Get the TD set TDarray |
TDSet |
getTDs()
Get the TD set (same as getTDSet) TDSet |
TDSet |
getTDSet()
Get the TD set (same as getTDs) TDSet |
void |
setLineInXMLFile(long lineInXMLFile)
Set the corresponding line in the XML file or flow during the parsing |
void |
setTDs(char[][] TDarray)
Set the TD array TDarray |
void |
setTDs(TDSet TDs)
Set the TD set (same as setTDSet) TDSet |
void |
setTDSet(TDSet TDs)
Set the TD set (same as setTDs) TDSet |
void |
SVtoTR(java.lang.String svline,
char sv)
Create a TR element from a Separated Value String |
Methods inherited from class cds.savot.model.MarkupComment |
---|
getAbove, getBelow, setAbove, setBelow |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SavotTR()
Method Detail |
---|
public void SVtoTR(java.lang.String svline, char sv)
svline
- String, line with separated valuessv
- char, separated valuepublic TDSet getTDs()
public TDSet getTDSet()
public void setTDs(TDSet TDs)
TDs
- public void setTDSet(TDSet TDs)
TDs
- public char[][] getTDarray()
public void setTDs(char[][] TDarray)
TDarray
- public long getLineInXMLFile()
public void setLineInXMLFile(long lineInXMLFile)
lineInXMLFile
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |