Package | Description |
---|---|
com.hfg.bio | |
com.hfg.chem |
Modifier and Type | Method and Description |
---|---|
static PhysicalProperty |
PhysicalProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalProperty[] |
PhysicalProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Double |
Molecule.getPhysicalProperty(PhysicalProperty inProperty) |
Molecule |
Molecule.setPhysicalProperty(PhysicalProperty inProperty,
Double inValue) |
jataylor@hairyfatguy.com