|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: OCLObject
Description: An interface for the abstract representation of a java object
Copyright: Copyright (c) 2005
Company:
| Method Summary | |
void |
addJar(java.lang.String theJar)
Adds a new remote jar url. |
java.lang.Object |
create()
Creates the java object this resource corresponds to. |
OCLConstructor |
getConstructor()
Returns the constructor for this object |
Literal |
getHasClass()
Returns the value of the hasClass property, which is the java type of this object |
Literal |
getJar()
Gets the remote jar url. |
NodeIterator |
listJars()
Return a list of remote jars associated with this object |
void |
removeJar(java.lang.String theJar)
Removes the specified jar property |
void |
setConstructor(OCLConstructor theConstructor)
Sets the constructor for this object |
void |
setHasClass(java.lang.Class theHasClass)
Sets the hasClassProperty |
void |
setHasClass(java.lang.String theHasClass)
Sets the hasClass property |
| Method Detail |
public Literal getHasClass()
public void setHasClass(java.lang.String theHasClass)
theHasClass - String the new hasClass valuepublic void setHasClass(java.lang.Class theHasClass)
theHasClass - Class the new hasClass valuepublic OCLConstructor getConstructor()
public void setConstructor(OCLConstructor theConstructor)
theConstructor - OCLConstructor the new constructorpublic Literal getJar()
public void addJar(java.lang.String theJar)
theJar - String the new jar url to addpublic NodeIterator listJars()
public void removeJar(java.lang.String theJar)
theJar - String the jar value to remove
public java.lang.Object create()
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||