public interface IElement extends IChemObject
Modifier and Type | Field and Description |
---|---|
static byte |
Ac |
static byte |
Ag |
static byte |
Al |
static byte |
Am |
static byte |
Ar |
static byte |
As |
static byte |
At |
static byte |
Au |
static byte |
B |
static byte |
Ba |
static byte |
Be |
static byte |
Bh |
static byte |
Bi |
static byte |
Bk |
static byte |
Br |
static byte |
C |
static byte |
Ca |
static byte |
Cd |
static byte |
Ce |
static byte |
Cf |
static byte |
Cl |
static byte |
Cm |
static byte |
Cn |
static byte |
Co |
static byte |
Cr |
static byte |
Cs |
static byte |
Cu |
static byte |
Db |
static byte |
Ds |
static byte |
Dy |
static byte |
Er |
static byte |
Es |
static byte |
Eu |
static byte |
F |
static byte |
Fe |
static byte |
Fl |
static byte |
Fm |
static byte |
Fr |
static byte |
Ga |
static byte |
Gd |
static byte |
Ge |
static byte |
H |
static byte |
He |
static byte |
Hf |
static byte |
Hg |
static byte |
Ho |
static byte |
Hs |
static byte |
I |
static byte |
In |
static byte |
Ir |
static byte |
K |
static byte |
Kr |
static byte |
La |
static byte |
Li |
static byte |
Lr |
static byte |
Lu |
static byte |
Lv |
static byte |
Mc |
static byte |
Md |
static byte |
Mg |
static byte |
Mn |
static byte |
Mo |
static byte |
Mt |
static byte |
N |
static byte |
Na |
static byte |
Nb |
static byte |
Nd |
static byte |
Ne |
static byte |
Nh |
static byte |
Ni |
static byte |
No |
static byte |
Np |
static byte |
O |
static byte |
Og |
static byte |
Os |
static byte |
P |
static byte |
Pa |
static byte |
Pb |
static byte |
Pd |
static byte |
Pm |
static byte |
Po |
static byte |
Pr |
static byte |
Pt |
static byte |
Pu |
static byte |
Ra |
static byte |
Rb |
static byte |
Re |
static byte |
Rf |
static byte |
Rg |
static byte |
Rh |
static byte |
Rn |
static byte |
Ru |
static byte |
S |
static byte |
Sb |
static byte |
Sc |
static byte |
Se |
static byte |
Sg |
static byte |
Si |
static byte |
Sm |
static byte |
Sn |
static byte |
Sr |
static byte |
Ta |
static byte |
Tb |
static byte |
Tc |
static byte |
Te |
static byte |
Th |
static byte |
Ti |
static byte |
Tl |
static byte |
Tm |
static byte |
Ts |
static byte |
U |
static byte |
V |
static byte |
W |
static byte |
Wildcard
Byte enum constants for element atomic numbers
|
static byte |
Xe |
static byte |
Y |
static byte |
Yb |
static byte |
Zn |
static byte |
Zr |
Modifier and Type | Method and Description |
---|---|
Integer |
getAtomicNumber()
Returns the atomic number of this element.
|
String |
getSymbol()
Returns the element symbol of this element.
|
void |
setAtomicNumber(Integer atomicNumber)
Sets the atomic number of this element.
|
void |
setSymbol(String symbol)
Sets the element symbol of this element.
|
addListener, addProperties, clone, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
static final byte Wildcard
static final byte H
static final byte He
static final byte Li
static final byte Be
static final byte B
static final byte C
static final byte N
static final byte O
static final byte F
static final byte Ne
static final byte Na
static final byte Mg
static final byte Al
static final byte Si
static final byte P
static final byte S
static final byte Cl
static final byte Ar
static final byte K
static final byte Ca
static final byte Sc
static final byte Ti
static final byte V
static final byte Cr
static final byte Mn
static final byte Fe
static final byte Co
static final byte Ni
static final byte Cu
static final byte Zn
static final byte Ga
static final byte Ge
static final byte As
static final byte Se
static final byte Br
static final byte Kr
static final byte Rb
static final byte Sr
static final byte Y
static final byte Zr
static final byte Nb
static final byte Mo
static final byte Tc
static final byte Ru
static final byte Rh
static final byte Pd
static final byte Ag
static final byte Cd
static final byte In
static final byte Sn
static final byte Sb
static final byte Te
static final byte I
static final byte Xe
static final byte Cs
static final byte Ba
static final byte La
static final byte Ce
static final byte Pr
static final byte Nd
static final byte Pm
static final byte Sm
static final byte Eu
static final byte Gd
static final byte Tb
static final byte Dy
static final byte Ho
static final byte Er
static final byte Tm
static final byte Yb
static final byte Lu
static final byte Hf
static final byte Ta
static final byte W
static final byte Re
static final byte Os
static final byte Ir
static final byte Pt
static final byte Au
static final byte Hg
static final byte Tl
static final byte Pb
static final byte Bi
static final byte Po
static final byte At
static final byte Rn
static final byte Fr
static final byte Ra
static final byte Ac
static final byte Th
static final byte Pa
static final byte U
static final byte Np
static final byte Pu
static final byte Am
static final byte Cm
static final byte Bk
static final byte Cf
static final byte Es
static final byte Fm
static final byte Md
static final byte No
static final byte Lr
static final byte Rf
static final byte Db
static final byte Sg
static final byte Bh
static final byte Hs
static final byte Mt
static final byte Ds
static final byte Rg
static final byte Cn
static final byte Nh
static final byte Fl
static final byte Mc
static final byte Lv
static final byte Ts
static final byte Og
Integer getAtomicNumber()
Once instantiated all field not filled by passing parameters to the constructor are null. Elements can be configured by using the IsotopeFactory.configure() method:
Element element = new Element("C"); IsotopeFactory if = IsotopeFactory.getInstance(element.getNewBuilder()); if.configure(element);
setAtomicNumber(java.lang.Integer)
void setAtomicNumber(Integer atomicNumber)
atomicNumber
- The atomic mass to be assigned to this elementgetAtomicNumber()
String getSymbol()
setSymbol(java.lang.String)
void setSymbol(String symbol)
symbol
- The element symbol to be assigned to this atomgetSymbol()
Copyright © 2022. All rights reserved.