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

The types of memory model events.

## Constant: COMMENT_UPDATE
Description: A comment was updated.

## Constant: GENERAL_UPDATE
Description: A general model update event.

## Constant: ITEM_ADDED
Description: A native item was added.

## Constant: ITEM_REMOVED
Description: A native item was removed.

## Constant: LABEL_UPDATE
Description: A label was updated.

## Constant: REFERENCE_UPDATE
Description: A reference was updated.

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

Description: Determine whether this event type represents a structural model change.
return: true for structural changes

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


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


