ConstructorArg.ConstructorArg

Overview | Methods | This Package | All Packages

ConstructorArg.ConstructorArg

Creates a ConstructorArg object.

Syntax

public ConstructorArg( Object value, Class type )

Parameters

value

The value of the argument expressed as a class object.

type

The class type of the argument.

Remarks

For a simple example that shows how the ConstructorArg class is used, see the ConstructorArg overview.