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 ElementElement.getElementFromHillIndex(int index) Returns the Element that corresponds to the specified Hill Order.static ElementReturns the enum constant of this type with the specified name.static ElementElement.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 TypeMethodDescriptionvoidAtom.setElement(Element e) Set element of the atom name, e.g.voidAtomImpl.setElement(Element e) Set element of the atom name, e.g.