org.reflext.api
Interface FieldInfo

All Superinterfaces:
Annotated, MemberInfo

public interface FieldInfo
extends Annotated, MemberInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 TypeInfo getType()
          Returns the field type.
 boolean isFinal()
          Returns true if method is final, otheriwse false.
 boolean isStatic()
          Returns true if method is static, otherwise false.
 
Methods inherited from interface org.reflext.api.annotation.Annotated
getDeclaredAnnotation
 
Methods inherited from interface org.reflext.api.MemberInfo
getAccess, getName, getOwner
 

Method Detail

getType

TypeInfo getType()
Returns the field type.

Returns:
the field type

isStatic

boolean isStatic()
Returns true if method is static, otherwise false.

Returns:
true when the method is static

isFinal

boolean isFinal()
Returns true if method is final, otheriwse false.

Returns:
true when the method is final


Copyright © 2010 eXo Platform SAS. All Rights Reserved.