|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
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)
Method 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()
toString
in class Object
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |