|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.ide.ModelElement
org.objectweb.jac.ide.Type
org.objectweb.jac.ide.Class
org.objectweb.jac.ide.Repository
This class represents a repository class.
Constructor Summary | |
Repository(Class itemsClass)
Creates a new repository class |
Method Summary | |
RelationRole |
getItemsRole()
|
void |
setItemsRole(RelationRole newItemsRole)
|
Methods inherited from class org.objectweb.jac.ide.Type |
getPackagePath, isPrimitive, setPackagePath |
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, getName, getType, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Repository(Class itemsClass)
itemsClass
- the class of items contained in the
repository. It is used to compute the name of the repository
class (the plural of itemsClass)Method Detail |
public RelationRole getItemsRole()
public void setItemsRole(RelationRole newItemsRole)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |