public class JIPipeDataAnnotationInfo extends Object
Constructor and Description |
---|
JIPipeDataAnnotationInfo() |
JIPipeDataAnnotationInfo(String name,
Path rowStorageFolder,
String trueDataType,
JIPipeDataTableRowInfo 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
|
JIPipeDataTableRowInfo |
getTableRow() |
String |
getTrueDataType()
ID of the data type stored in this data annotation
|
boolean |
nameEquals(JIPipeDataAnnotationInfo annotation) |
boolean |
nameEquals(String name) |
void |
setName(String name) |
void |
setRowStorageFolder(Path rowStorageFolder) |
void |
setTableRow(JIPipeDataTableRowInfo tableRow) |
void |
setTrueDataType(String trueDataType) |
public JIPipeDataAnnotationInfo()
public JIPipeDataAnnotationInfo(String name, Path rowStorageFolder, String trueDataType, JIPipeDataTableRowInfo 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(JIPipeDataAnnotationInfo annotation)
public boolean nameEquals(String name)
public JIPipeDataTableRowInfo getTableRow()
public void setTableRow(JIPipeDataTableRowInfo tableRow)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.