# Class: com.pnfsoftware.jeb.core.units.code.java.JavaReconEnummap

An object holding reconstructed information for an enumeration map.

## Constructor: JavaReconEnummap
- parameter: `enumtype`, type: `com.pnfsoftware.jeb.core.units.code.java.IJavaType`

Description: Create enum\-map reconstruction metadata.
parameter: enumtype: enumeration type

## Method: getEnumerationType
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaType`

Description: Retrieve the enumeration type.
return: enumeration type

## Method: getMap
- return type: `java.util.Map<java.lang.Integer,java.lang.String>`

Description: Retrieve the switch\-map entries.
return: map entries keyed by generated array index

