Class HWInfo.OEM

  • Enclosing class:
    HWInfo

    public static final class HWInfo.OEM
    extends java.lang.Object
    Returns information about the system manufacturer.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String Name()
      Returns the system manufacturer name that is stored in the registry.
      static java.lang.String ProductName()
      Returns the system product name that is stored in the registry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • Name

        public static java.lang.String Name()
        Returns the system manufacturer name that is stored in the registry.
        Returns:
        OEM name as string
      • ProductName

        public static java.lang.String ProductName()
        Returns the system product name that is stored in the registry.
        Returns:
        Product name as string