# Enum: com.pnfsoftware.jeb.core.units.code.asm.sig.NativeAttributeSignerID

Identifiers for attributes' signers, i.e. the algorithms to collect [INativeAttribute](INativeAttribute) from a signed routine.

## Constant: COMMENT
Description: Signer to extract all comments from the signed routine

## Constant: LABEL
Description: Signer to extract all labels from the signed routine

## Constant: UNKNOWN
Description: Unknown or compatibility attribute signer.

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


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


