# Class: com.pnfsoftware.jeb.core.units.codeobject.ProcessorUtil

Utility routines for [ProcessorType](ProcessorType).

## Static Method: fromArchName
- parameter: `arch`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`

Description: Convert an architecture name to a processor type.
parameter: arch: architecture name
return: processor type

## Static Method: toWellKnownUnitType
- parameter: `proctype`, type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`
- return type: `java.lang.String`

Description: Convert a processor type to a well\-known unit type.
parameter: proctype: processor type
return: well\-known unit type, or null if none

