org.codehaus.gmaven.runtime.support.stubgen.model
Class Element

java.lang.Object
  extended by org.codehaus.gmaven.runtime.support.stubgen.model.Element
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImportDef, JavaDocDef, ModifiersDef, NamedElement, SourceDef, SuperParameterDef, TypeParameterDef

public abstract class Element
extends Object
implements Serializable

Basic type which all model elements extend from.

Version:
$Id: Element.java 18 2009-07-16 09:39:40Z user57 $
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
Element()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()


Copyright © 2006-2012 Codehaus. All Rights Reserved.