# Interface: com.pnfsoftware.jeb.core.units.code.asm.simulator.IResolvedOperandElementValue

Definition of an operand element.

## Static Field: TYPE_POINTER
Type: `int`

Constant value: `1`
Description: Pointer operand element type.

## Static Field: TYPE_UNKNOWN
Type: `int`

Constant value: `0`
Description: Unknown operand element type.

## Method: getBytes
- return type: `byte[]`

Description: Get the processor\-order bytes of the actual operand element.
return: processor\-order bytes

## Method: getType
- return type: `int`

Description: The type of operand element. Well\-known types are defined as TYPE\_\* constants. Example: for an instruction such as `move reg1, int32@[reg2]`, an operand element of the second operand can be the address pointed to by reg2 \(the operand being the actual int32 at that address\). In that case, the type is [#TYPE_POINTER](#TYPE_POINTER).
return: operand element type

