public class OdsxDumpMeasurementCommand.WriterThread extends FwkThread
thread, threadPrio, versionauthor, buildnr, className, company, copyright, creationDate, dateFormatString, description, eMail, FWK_ICON, FWK_ICON_ARRAY, FWK_ICON_BG, FWK_ICON_BG_ARRAY, FWK_ICON_BG_LARGE, FWK_ICON_BG_LARGE_ARRAY, FWK_ICON_LARGE, FWK_ICON_LARGE_ARRAY, icon, ICON, iconCount, iconKey, internetAddress, name, titleNameAUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Constructor and Description |
|---|
OdsxDumpMeasurementCommand.WriterThread(InstanceElement ieObj,
java.lang.String file,
ValueMatrix vm) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpAttributes(java.io.BufferedWriter bw,
InstanceElement ieObj)
Dump the instance element attributes.
|
void |
dumpColumnNames(java.io.BufferedWriter bw,
Column[] cols)
Dump the column names.
|
void |
dumpColumnUnits(java.io.BufferedWriter bw,
Column[] cols)
Dump the column units.
|
void |
dumpRelations(java.io.BufferedWriter bw,
InstanceElement ieObj,
java.lang.String baseType)
Dump the relations to the specified base type.
|
void |
run()
Run the thread.
|
getPriority, getVersion, isInterrupted, setPriority, start, stopgetAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName, toStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleNamereleasepublic OdsxDumpMeasurementCommand.WriterThread(InstanceElement ieObj, java.lang.String file, ValueMatrix vm)
public void run()
FwkThreadpublic void dumpAttributes(java.io.BufferedWriter bw,
InstanceElement ieObj)
public void dumpRelations(java.io.BufferedWriter bw,
InstanceElement ieObj,
java.lang.String baseType)
public void dumpColumnNames(java.io.BufferedWriter bw,
Column[] cols)
public void dumpColumnUnits(java.io.BufferedWriter bw,
Column[] cols)