public class JIPipeExportedDataAnnotation extends Object
Constructor and Description |
---|
JIPipeExportedDataAnnotation() |
JIPipeExportedDataAnnotation(String name,
Path rowStorageFolder,
String trueDataType,
JIPipeDataTableMetadataRow tableRow) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of this data annotation
|
Path |
getRowStorageFolder()
This is a relative path pointing to the row storage folder of this data annotation
The path is relative to the storage path of the parent data table
|
JIPipeDataTableMetadataRow |
getTableRow() |
String |
getTrueDataType()
ID of the data type stored in this data annotation
|
boolean |
nameEquals(JIPipeExportedDataAnnotation annotation) |
boolean |
nameEquals(String name) |
void |
setName(String name) |
void |
setRowStorageFolder(Path rowStorageFolder) |
void |
setTableRow(JIPipeDataTableMetadataRow tableRow) |
void |
setTrueDataType(String trueDataType) |
public JIPipeExportedDataAnnotation()
public JIPipeExportedDataAnnotation(String name, Path rowStorageFolder, String trueDataType, JIPipeDataTableMetadataRow tableRow)
public Path getRowStorageFolder()
public void setRowStorageFolder(Path rowStorageFolder)
public String getTrueDataType()
public void setTrueDataType(String trueDataType)
public String getName()
public void setName(String name)
public boolean nameEquals(JIPipeExportedDataAnnotation annotation)
public boolean nameEquals(String name)
public JIPipeDataTableMetadataRow getTableRow()
public void setTableRow(JIPipeDataTableMetadataRow tableRow)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.