org.codehaus.modello.generator.java.javasource
Interface JMember

All Known Implementing Classes:
JField, JMethod

interface JMember

An interface which represents a Member of a JClass, modelled closely after the Java Reflection API. This class is part of a package used to represent source code.

Version:
$Revision: 149 $ $Date: 2004-09-29 19:32:16 +0200 (Wed, 29 Sep 2004) $
Author:
Keith Visco

Method Summary
 JModifiers getModifiers()
          Returns the modifiers for this JMember
 java.lang.String getName()
          Returns the name of this JMember
 

Method Detail

getModifiers

public JModifiers getModifiers()
Returns the modifiers for this JMember

Returns:
the modifiers for this JMember

getName

public java.lang.String getName()
Returns the name of this JMember

Returns:
the name of this JMember