javaParam

The <javaParam> element represents the definition of the parameter.

Description

Each parameter consists of a type that can be preceded by the final modifier and an identifier that can be followed by brackets that specifies the name of the parameter:

FormalParameter:
       finalopt Type VariableDeclaratorId

Contained by

javaConstructorDef, javaMethodDef

Contains

apiDefNote, apiItemName, javaMethodArray, javaMethodClass, javaMethodInterface, javaMethodPrimitive

Content model

( (javaMethodClass or javaMethodInterface or javaMethodPrimitive) then (javaMethodArray) (any number) then (apiItemName) then (apiDefNote) (optional))

Inheritance

topic/ph reference/ph apiRef/apiDefItem apiOperation/apiParam