|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 toMethod Detail |
public String getName()
MetaItem
java.lang.reflect
meta item.
getName
in class MetaItem
public ClassItem getActualType()
public Object getAttribute(String attribute)
MetaItem
getAttribute
in class MetaItem
attribute
- the name of the attribute
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |