Uses of Enum
org.biojava.nbio.structure.Element
-
Uses of Element in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionAtom.getElement()
Get element of the atom, e.g.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
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.Modifier and TypeMethodDescriptionvoid
Atom.setElement
(Element e) Set element of the atom name, e.g.void
AtomImpl.setElement
(Element e) Set element of the atom name, e.g.