Package | Description |
---|---|
net.sourceforge.seqware.pipeline.plugins.batchmetadatainjection |
PDE's batch metadata injection utility
|
Modifier and Type | Method and Description |
---|---|
static BatchMetadataParser.Field |
BatchMetadataParser.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchMetadataParser.Field[] |
BatchMetadataParser.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected int |
BatchMetadataParser.promptAccession(String description,
int deflt,
net.sourceforge.seqware.pipeline.plugins.batchmetadatainjection.BatchMetadataParser.KeyVal[] values,
BatchMetadataParser.Field fieldName) |
protected int |
BatchMetadataParser.promptInteger(String description,
int deflt,
BatchMetadataParser.Field fieldName) |
protected int |
BatchMetadataParser.promptPositiveInteger(String description,
int deflt,
BatchMetadataParser.Field fieldName,
int lowNum,
int highNum) |
protected String |
BatchMetadataParser.promptString(String description,
String deflt,
BatchMetadataParser.Field fieldName) |
protected String |
BatchMetadataParser.promptString(String sampleName,
String title,
String[] choices,
String deflt,
BatchMetadataParser.Field fieldName)
Determine a value for a field 'title' of sample 'sampleName'.
|
Copyright © 2015 SeqWare. All rights reserved.