Package cds.savot.model
Class SavotTR
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.SavotTR
- All Implemented Interfaces:
SimpleTypes
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear this TR instance to recycle itintGet the corresponding line in the XML file or flowgetTDs()Get the TD set (same as getTDSet) TDSetgetTDSet()Get the TD set (same as getTDs) TDSetgetTDSet(int capacity) Get the TD set (same as getTDs) TDSetvoidsetLineInXMLFile(int lineInXMLFile) Set the corresponding line in the XML file or flow during the parsingvoidSet the TD set (same as setTDSet) TDSetvoidSet the TD set (same as setTDs) TDSetvoidCreate a TR element from a Separated Value String
-
Constructor Details
-
SavotTR
public SavotTR()Constructor
-
-
Method Details
-
SVtoTR
Create a TR element from a Separated Value String- Parameters:
svline- String, line with separated valuessv- char, separated value
-
getTDs
Get the TD set (same as getTDSet) TDSet- Returns:
- TDSet
-
getTDSet
Get the TD set (same as getTDs) TDSet- Parameters:
capacity- minimal capacity to provide- Returns:
- TDSet
-
getTDSet
Get the TD set (same as getTDs) TDSet- Returns:
- TDSet
- See Also:
-
setTDs
Set the TD set (same as setTDSet) TDSet- Parameters:
TDs-
-
setTDSet
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
-