public interface IIsotope extends IElement
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getExactMass()
Gets the ExactMass attribute of the Isotope object. 
 | 
Integer | 
getMassNumber()
Returns the atomic mass of this element. 
 | 
Double | 
getNaturalAbundance()
Gets the NaturalAbundance attribute of the Isotope object. 
 | 
void | 
setExactMass(Double exactMass)
Sets the ExactMass attribute of the Isotope object. 
 | 
void | 
setMassNumber(Integer massNumber)
Sets the atomic mass of this element. 
 | 
void | 
setNaturalAbundance(Double naturalAbundance)
Sets the NaturalAbundance attribute of the Isotope object. 
 | 
getAtomicNumber, getSymbol, setAtomicNumber, setSymboladdListener, addProperties, clone, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toStringgetBuildervoid setNaturalAbundance(Double naturalAbundance)
naturalAbundance - The new NaturalAbundance valuegetNaturalAbundance()void setExactMass(Double exactMass)
exactMass - The new ExactMass valuegetExactMass()Double getNaturalAbundance()
setNaturalAbundance(java.lang.Double)Double getExactMass()
setExactMass(java.lang.Double)Integer getMassNumber()
setMassNumber(Integer)void setMassNumber(Integer massNumber)
massNumber - The atomic mass to be assigned to this elementgetMassNumber()Copyright © 2017. All Rights Reserved.