Package cds.savot.model
Class SavotTR
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.SavotTR
-
- All Implemented Interfaces:
SimpleTypes
public final class SavotTR extends SavotBase
Row element
- Author:
- Andre Schaaff
-
-
Field Summary
-
Fields inherited from interface cds.savot.model.SimpleTypes
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, version, XY, YES, YESNO
-
-
Constructor Summary
Constructors Constructor Description SavotTR()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clear this TR instance to recycle itint
getLineInXMLFile()
Get the corresponding line in the XML file or flowTDSet
getTDs()
Get the TD set (same as getTDSet) TDSetTDSet
getTDSet()
Get the TD set (same as getTDs) TDSetTDSet
getTDSet(int capacity)
Get the TD set (same as getTDs) TDSetvoid
setLineInXMLFile(int lineInXMLFile)
Set the corresponding line in the XML file or flow during the parsingvoid
setTDs(TDSet TDs)
Set the TD set (same as setTDSet) TDSetvoid
setTDSet(TDSet TDs)
Set the TD set (same as setTDs) TDSetvoid
SVtoTR(java.lang.String svline, char sv)
Create a TR element from a Separated Value String
-
-
-
Method Detail
-
SVtoTR
public void SVtoTR(java.lang.String svline, char sv)
Create a TR element from a Separated Value String- Parameters:
svline
- String, line with separated valuessv
- char, separated value
-
getTDs
public TDSet getTDs()
Get the TD set (same as getTDSet) TDSet- Returns:
- TDSet
-
getTDSet
public TDSet getTDSet(int capacity)
Get the TD set (same as getTDs) TDSet- Parameters:
capacity
- minimal capacity to provide- Returns:
- TDSet
-
getTDSet
public TDSet getTDSet()
Get the TD set (same as getTDs) TDSet- Returns:
- TDSet
- See Also:
getTDSet(int)
-
setTDs
public void setTDs(TDSet TDs)
Set the TD set (same as setTDSet) TDSet- Parameters:
TDs
-
-
setTDSet
public void setTDSet(TDSet TDs)
Set the TD set (same as setTDs) TDSet- Parameters:
TDs
-
-
getLineInXMLFile
public int getLineInXMLFile()
Get the corresponding line in the XML file or flow- Returns:
- lineInXMLFile
-
setLineInXMLFile
public void setLineInXMLFile(int lineInXMLFile)
Set the corresponding line in the XML file or flow during the parsing- Parameters:
lineInXMLFile
-
-
clear
public void clear()
Clear this TR instance to recycle it
-
-