# Enum: com.pnfsoftware.jeb.core.units.code.asm.type.StorageEntry.TransformationRule

Transformation rules for multi\-slot storages.

## Constant: ENDIAN_DEPENDENT
Description: Indicate that the order of values must be changed in Big Endian \(default is LITTLE\_ENDIAN\)

## Constant: NONE
Description: The order of the parameters does not depend on endianness

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


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


