org.objectweb.jac.ide
Class Interface

java.lang.Object
  extended byorg.objectweb.jac.ide.ModelElement
      extended byorg.objectweb.jac.ide.Type
          extended byorg.objectweb.jac.ide.Class
              extended byorg.objectweb.jac.ide.Interface

public class Interface
extends Class


Constructor Summary
Interface()
           
 
Methods inherited from class org.objectweb.jac.ide.Class
addConstructor, addField, addImport, addInterface, addMainMethod, addMethod, addMethodIntf, findField, findMethod, findMethod, getAbstractMethods, getAllFields, getAllMethods, getAllNavigableRoles, getContainer, getFields, getFullName, getGenerationFullName, getGenerationName, getImports, getInheritedMethods, getInterfaces, getMethods, getNavigableRoles, getProject, getReferenceRoles, getRelationLinks, getRelationRoles, getSuperClass, gotoLine, implementInterface, implementMethod, isAbstract, overrideMethod, removeField, removeImport, removeInterface, removeMethod, removeMethodIntf, setAbstract, setContainer, setSuperClass
 
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

Interface

public Interface()