| Package | Description |
|---|---|
| com.hfg.bio.proteinproperty |
Classes for calculating physical properties of proteins.
|
| com.hfg.javascript.ext | |
| com.hfg.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
SimpleProteinProperty.getDataType() |
DataType |
SingleValueProteinProperty.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ExtFieldType.toDataType() |
| Modifier and Type | Method and Description |
|---|---|
static ExtFieldType |
ExtFieldType.valueOf(DataType inDataType) |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromClass(Class inClass)
Since an Enum's valueOf() can't be overridden, this is our more flexible lookup.
|
static DataType |
DataType.fromString(String inStringValue)
Since an Enum's valueOf() can't be overridden, this is our more flexible lookup.
|
static DataType |
DataType.guessDataTypeFromValues(Collection<? extends Object> inDataValues) |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
jataylor@hairyfatguy.com