Element |
Atom.getElement() |
Get element of the atom, e.g.
|
Element |
AtomImpl.getElement() |
Get element of the atom, e.g.
|
static Element |
Element.getElementFromHillIndex(int index) |
Returns the Element that corresponds to the specified Hill Order.
|
static Element |
Element.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Element |
Element.valueOfIgnoreCase(String elementSymbol) |
Returns the Element that corresponds to the specified element symbol.
|
static Element[] |
Element.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|