koala.dynamicjava.classinfo
Interface FieldInfo

All Known Implementing Classes:
TreeFieldInfo, JavaFieldInfo

public interface FieldInfo

The instances of the classes that implement this interface provide informations about class fields.


Method Summary
 int getModifiers()
          Returns the modifiers for the field represented by this object
 java.lang.String getName()
          Returns the fully qualified name of the underlying field
 ClassInfo getType()
          Returns the type of the underlying field
 

Method Detail

getModifiers

public int getModifiers()
Returns the modifiers for the field represented by this object

getType

public ClassInfo getType()
Returns the type of the underlying field

getName

public java.lang.String getName()
Returns the fully qualified name of the underlying field


Copyright © 2001 Stephane Hillion. All Rights Reserved.