# Interface: com.pnfsoftware.jeb.core.units.code.asm.sig.INativeAttribute

Information on the signature target.

## Method: getType
- return type: `java.lang.String`

Description: Get the attribute type display name.
return: a String describing the attribute type. Used only for display purpose.

## Method: getValue
- return type: `java.lang.Object`

Description: Get the attribute value.
return: the attribute value

## Method: importTo
- parameter: `item`, type: `com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem`
- return type: `boolean`

Description: Import this attribute information to a native item.
parameter: item: target native item
return: true if import was done, false otherwise

## Method: isPrintable
- return type: `boolean`

Description: Determine whether the attribute has a meaningful textual representation.
return: true if the String representation of the attribute is meaningful, false otherwise

