public abstract class SimpleProteinProperty<S extends SimpleProteinPropertyCalcSettings,T> extends Object implements SingleValueProteinProperty<S,T>
Modifier | Constructor and Description |
---|---|
protected |
SimpleProteinProperty(String inName) |
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType() |
String |
getDescription() |
String |
getReference() |
Class |
getReturnType()
Returns the Number data type returned by the calculate() method.
|
abstract String |
getType() |
String |
name() |
SimpleProteinProperty |
setDescription(String inValue) |
SimpleProteinProperty |
setReference(String inValue) |
String |
toString() |
static SimpleProteinProperty |
valueOf(String inName) |
static Collection<? extends SimpleProteinProperty> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
calculate
protected SimpleProteinProperty(String inName)
public SimpleProteinProperty setDescription(String inValue)
public String getDescription()
public SimpleProteinProperty setReference(String inValue)
public String getReference()
public DataType getDataType()
getDataType
in interface SingleValueProteinProperty<S extends SimpleProteinPropertyCalcSettings,T>
public Class getReturnType()
getReturnType
in interface SingleValueProteinProperty<S extends SimpleProteinPropertyCalcSettings,T>
public static SimpleProteinProperty valueOf(String inName)
public static Collection<? extends SimpleProteinProperty> values()
jataylor@hairyfatguy.com