|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.ide.ModelElement | +--org.objectweb.jac.ide.Group
Constructor Summary | |
Group()
|
Method Summary | |
String |
getClassPCD()
Get the value of classPCD. |
Package |
getContainer()
Get the value of container. |
String |
getObjectPCD()
Get the value of objectPCD. |
void |
setClassPCD(String v)
Set the value of classPCD. |
void |
setContainer(Package v)
Set the value of container. |
void |
setObjectPCD(String v)
Set the value of objectPCD. |
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, 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 Group()
Method Detail |
public String getObjectPCD()
public void setObjectPCD(String v)
v
- Value to assign to objectPCD.public String getClassPCD()
public void setClassPCD(String v)
v
- Value to assign to classPCD.public Package getContainer()
public void setContainer(Package v)
v
- Value to assign to container.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |