| Package | Description |
|---|---|
| org.josef.science.physics |
Physics related Classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.getElementByNumber(int number)
Gets the Element with the supplied (atom) number.
|
static Element |
Element.getElementBySymbol(String symbol)
Gets the Element with the supplied symbol.
|
static Element |
Element.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
Element.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2017. All rights reserved.