org.glassfish.hk2.classmodel.reflect
Interface FieldModel

All Superinterfaces:
AnnotatedElement
All Known Implementing Classes:
FieldModelImpl

public interface FieldModel
extends AnnotatedElement

Model that represent the field of a class

Author:
Jerome Dochez

Method Summary
 ExtensibleType getType()
          Returns the declared type of the field
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotations, getName, shortDesc
 

Method Detail

getType

ExtensibleType getType()
Returns the declared type of the field

Returns:
the field type


Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.