|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.objectweb.jac.core.rtti.MetaItem
|
+--org.objectweb.jac.core.rtti.VirtualClassItem
This class defines a meta item that corresponds to the
java.lang.reflect.Class meta element.
| Field Summary |
| Fields inherited from class org.objectweb.jac.core.rtti.MetaItem |
attrACs |
| Constructor Summary | |
VirtualClassItem(String name,
ClassItem actualType)
Default contructor to create a new virtual class item object. |
|
| Method Summary | |
ClassItem |
getActualType()
|
Object |
getAttribute(String attribute)
Gets the value of an attribute. |
String |
getName()
This method gets the name of the meta item by delegating to the actual java.lang.reflect meta item. |
String |
toString()
|
| Methods inherited from class org.objectweb.jac.core.rtti.MetaItem |
getAttribute, getAttribute, getAttributeAlways, getBoolean, getItemClass, registerAccessController, setAttribute, setItemClass, unsetAttribute, unsetAttributesFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VirtualClassItem(String name,
ClassItem actualType)
name - the name of the virtual class to createactualType - the existing real class it can substituted to| Method Detail |
public String getName()
MetaItemjava.lang.reflect meta item.
getName in class MetaItempublic ClassItem getActualType()
public Object getAttribute(String attribute)
MetaItem
getAttribute in class MetaItemattribute - the name of the attribute
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||