|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.TypeClass
Title: TypeClass
Description: gets the real name of a class which is an array
Copyright: Copyright (c) 2003
Company: UNSA
Constructor Summary | |
TypeClass(java.lang.String name,
java.lang.Class cl,
int theDimension)
Default constructor |
Method Summary | |
java.lang.Class |
getCl()
get the Class object |
int |
getDimension()
gets the dimension of class contained (O if it isn't an array) |
java.lang.String |
getName()
gets the real name of the contained class |
boolean |
isArray()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeClass(java.lang.String name, java.lang.Class cl, int theDimension)
name
- the real name of the classcl
- the classtheDimension
- the dimension of the array (O if it isn't an array)Method Detail |
public java.lang.Class getCl()
public boolean isArray()
public int getDimension()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |