# Enum: com.pnfsoftware.jeb.core.units.codeobject.OperatingSystemType

Enumeration for high\-level operating system types. Refer to [SubsystemType](SubsystemType) for a customizable list of finer\-grained sub\-systems.

## Constant: MAC
Description: macOS operating system.

## Constant: UNIX
Description: Unix\-like operating system.

## Constant: WINDOWS
Description: Windows operating system.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.codeobject.OperatingSystemType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.codeobject.OperatingSystemType[]`


