# Enum: com.pnfsoftware.jeb.core.units.code.asm.items.NativeItemEventSubType

Further details for events issued by [INativeCodeUnit](INativeCodeUnit)s.

## Constant: ATTRIBUTE_REMOVED
Description: with type: [NativeItemEventType#UPDATED](NativeItemEventType#UPDATED)

## Constant: ATTRIBUTE_SET
Description: with type: [NativeItemEventType#UPDATED](NativeItemEventType#UPDATED)

## Constant: PROTOTYPE_UPDATED
Description: with type: [NativeItemEventType#MODIFIED](NativeItemEventType#MODIFIED)

## Constant: RENAMED
Description: with type: [NativeItemEventType#UPDATED](NativeItemEventType#UPDATED)

## Constant: ROUTINE_SET
Description: with type: [NativeItemEventType#UPDATED](NativeItemEventType#UPDATED)

## Constant: STRUCT_FIELD_ADDED
Description: with type: [NativeItemEventType#MODIFIED](NativeItemEventType#MODIFIED)

## Constant: STRUCT_FIELD_REMOVED
Description: with type: [NativeItemEventType#MODIFIED](NativeItemEventType#MODIFIED)

## Constant: STRUCT_FIELD_RENAMED
Description: with type: [NativeItemEventType#MODIFIED](NativeItemEventType#MODIFIED)

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

Description: Determine whether this subtype is related to an attribute update.
return: true for attribute\-related subtypes

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


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


