public class JIPipeDataTableMetadataRow extends Object
Constructor and Description |
---|
JIPipeDataTableMetadataRow()
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeExportedDataAnnotation> |
getDataAnnotations() |
int |
getIndex() |
List<JIPipeTextAnnotation> |
getTextAnnotations() |
String |
getTrueDataType() |
void |
setAnnotations(List<JIPipeTextAnnotation> annotations)
Compatibility function to allow reading tables in an older format
|
void |
setDataAnnotations(List<JIPipeExportedDataAnnotation> dataAnnotations) |
void |
setIndex(int index)
Sets the location
|
void |
setTextAnnotations(List<JIPipeTextAnnotation> textAnnotations)
Sets annotations
|
void |
setTraits(List<JIPipeTextAnnotation> annotations)
Compatibility function to allow reading tables in an older format
|
void |
setTrueDataType(String trueDataType) |
public JIPipeDataTableMetadataRow()
public int getIndex()
public void setIndex(int index)
index
- Internal location relative to the output folderpublic List<JIPipeTextAnnotation> getTextAnnotations()
public void setTextAnnotations(List<JIPipeTextAnnotation> textAnnotations)
textAnnotations
- List of annotationspublic List<JIPipeExportedDataAnnotation> getDataAnnotations()
public void setDataAnnotations(List<JIPipeExportedDataAnnotation> dataAnnotations)
public void setTraits(List<JIPipeTextAnnotation> annotations)
annotations
- List of annotationspublic void setAnnotations(List<JIPipeTextAnnotation> annotations)
annotations
- List of annotationspublic String getTrueDataType()
public void setTrueDataType(String trueDataType)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.