org.objectweb.jac.ide
Class Instance
java.lang.Object
|
+--org.objectweb.jac.ide.ModelElement
|
+--org.objectweb.jac.ide.TypedElement
|
+--org.objectweb.jac.ide.Instance
- All Implemented Interfaces:
- Element, Typed
- public class Instance
- extends TypedElement
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getName, 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 |
Instance
public Instance()
getContainer
public Package getContainer()
- Get the value of container.
- Returns:
- value of container.
setContainer
public void setContainer(Package v)
- Set the value of container.
- Parameters:
v
- Value to assign to container.