|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITypeDeclaration
The external representation of a type declaration, which is used to give more information about the type, i.e. if it's an array and if it has parameter types.
| Method Summary | |
|---|---|
int |
getDimensionality()Returns the Type for the array type if (isArray() is true) or 0 if the type is not an array. |
IType |
getType()Returns the type defined for the Java member. |
ITypeDeclaration[] |
getTypeParameters()Returns the ITypeDeclarations that represent the variables declared by the generic declaration represented by this ITypeDeclaration. |
boolean |
isArray()Determines whether this type represents an array or not. |
| Method Detail |
|---|
int getDimensionality()
Type for the array type if (isArray() is true) or 0 if the type is not an array.IType is an array; otherwise 0IType getType()
ITypeDeclaration[] getTypeParameters()
ITypeDeclarations that represent the variables declared by the generic declaration represented by this ITypeDeclaration.ITypeDeclarationsboolean isArray()
true if this type is an array; false otherwise
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||