| Package | Description |
|---|---|
| info.bioinfweb.jphyloio.formats.pde |
Contains classes for reading from streams/files in PDE format.
|
| Modifier and Type | Method and Description |
|---|---|
PDEMetaColumnType |
PDEMetaColumnDefintion.getType() |
static PDEMetaColumnType |
PDEMetaColumnType.parseColumnType(java.lang.String columnType) |
static PDEMetaColumnType |
PDEMetaColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDEMetaColumnType[] |
PDEMetaColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PDEMetaColumnDefintion(long index,
java.lang.String name,
PDEMetaColumnType type) |