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


Constructor Summary
Instance()
           
 
Method Summary
 Package getContainer()
          Get the value of container.
 void setContainer(Package v)
          Set the value of container.
 
Methods inherited from class org.objectweb.jac.ide.TypedElement
getPrototype, getToString, getType, getTypeName, isArray, setArray, setType
 
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
 
Methods inherited from interface org.objectweb.jac.ide.Element
getGenerationFullName, getGenerationName, getName
 

Constructor Detail

Instance

public Instance()
Method Detail

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.