Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.jpql.spi
Interface IConstructor

All Superinterfaces:
IExternalForm

public interface IConstructor
extends IExternalForm

The external representation of a Java class constructor.

Since:
2.3
Version:
2.3
Author:
Pascal Filion
See Also:
IType

Method Summary
 ITypeDeclaration[] getParameterTypes()
          Returns the list of ITypeDeclaration representing the parameter types.

 

Method Detail

getParameterTypes

ITypeDeclaration[] getParameterTypes()
Returns the list of ITypeDeclaration representing the parameter types. If this is the default constructor, then an empty array should be returned.
Returns:
The list of parameter types or an empty list

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.