# Enum: com.pnfsoftware.jeb.core.units.code.asm.analyzer.AutoLabelPolicy

Label retrieval policy used [ILabelManager](ILabelManager), specifically [getLabel\(\)](ILabelManager#getLabel(long, long, AutoLabelPolicy)).

## Constant: ITEM
Description: If no label exists, provide a label if an item exists at the requested address.

## Constant: OFF
Description: Provide a label only if there is one.

## Constant: ON
Description: If no label exists, provide an auto\-generated label \(always\).

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.analyzer.AutoLabelPolicy`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.analyzer.AutoLabelPolicy[]`


