# Enum: com.pnfsoftware.jeb.core.units.code.android.dex.DexPoolType

An enumeration of Dex pool types.

## Constant: CALL_SITE
Description: DEX pool type `call-site`.

## Constant: CLASS
Description: DEX pool type `class`.

## Constant: FIELD
Description: DEX pool type `field`.

## Constant: METHOD
Description: DEX pool type `method`.

## Constant: METHOD_HANDLE
Description: DEX pool type `method-handle`.

## Constant: PROTOTYPE
Description: DEX pool type `prototype`.

## Constant: STRING
Description: DEX pool type `string`.

## Constant: TYPE
Description: DEX pool type `type`.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.dex.DexPoolType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.dex.DexPoolType[]`


