org.objectweb.jac.ide
Class Constructor

java.lang.Object
  extended byorg.objectweb.jac.ide.ModelElement
      extended byorg.objectweb.jac.ide.TypedElement
          extended byorg.objectweb.jac.ide.Member
              extended byorg.objectweb.jac.ide.Method
                  extended byorg.objectweb.jac.ide.Constructor
All Implemented Interfaces:
Element, Typed, Visibility

public class Constructor
extends Method


Field Summary
 
Fields inherited from interface org.objectweb.jac.ide.Visibility
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
Constructor()
           
 
Method Summary
 String getName()
          Gets the model element name.
 String getPrototype()
           
 
Methods inherited from class org.objectweb.jac.ide.Method
addException, addParameter, clearParameters, cloneMethod, getBody, getExceptions, getModifiers, getParameterNames, getParameters, getParametersString, getParameterTypes, getUniqueName, isAbstract, isSynchronized, removeException, removeParameter, setAbstract, setBody, setSynchronized
 
Methods inherited from class org.objectweb.jac.ide.Member
getFullName, getGenerationFullName, getGenerationName, getParent, getProject, getVisibility, isStatic, setParent, setStatic, setVisibility
 
Methods inherited from class org.objectweb.jac.ide.TypedElement
getToString, getType, getTypeName, isArray, setArray, setType
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, 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

Constructor

public Constructor()
Method Detail

getName

public String getName()
Description copied from class: ModelElement
Gets the model element name.

Specified by:
getName in interface Element
Overrides:
getName in class ModelElement

getPrototype

public String getPrototype()
Overrides:
getPrototype in class Method