Uses of Enum
org.biojava.nbio.structure.Element
Packages that use Element
-
Uses of Element in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return ElementModifier 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.Methods in org.biojava.nbio.structure with parameters of type ElementModifier 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.