IConstructable.getConstructorArgs

Overview | Methods | This Package | All Packages

IConstructable.getConstructorArgs

Retrieves the constructor arguments that are needed to instantiate the class.

Syntax

public ConstructorArg[] getConstructorArgs()

Return Value

Returns an array of ConstructorArg objects that represent the constructor arguments.