Uses of Class
info.mrupp.isoak1.Element

Uses of Element in info.mrupp.isoak1
 

Methods in info.mrupp.isoak1 that return Element
static Element Element.fromString(java.lang.String abbrev)
          Returns the element constant for a one or two letter abbreviation.
static Element Element.valueOf(java.lang.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.