# Interface: com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionParameter

Parameter definition for a Dalvik instruction. Retrieved via [IDalvikInstruction#getParameter(int)](IDalvikInstruction#getParameter(int)).

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

Description: Get the parameter type. 

 See the `TYPE_xxx` constants.
return: the parameter type, one of the `TYPE_xxx` constants defined in         [IDalvikInstruction](IDalvikInstruction)

## Method: getValue
- return type: `long`

Description: Get the parameter value, encoded in a long. 

 See the `TYPE_xxx` constants.
return: the parameter value, refer to the appropriate `TYPE_xxx` constant in         [IDalvikInstruction](IDalvikInstruction) to determine how to decode it

