br.usp.iterador.jxpath
Interface FieldData

All Known Implementing Classes:
RealField

public interface FieldData


Method Summary
<T extends java.lang.annotation.Annotation>
T
getAnnotation(java.lang.Class<T> annotationClass)
           
 java.lang.String getName()
           
 java.lang.Class<?> getType()
           
 boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
           
 

Method Detail

getAnnotation

<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)

isAnnotationPresent

boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)

getName

java.lang.String getName()

getType

java.lang.Class<?> getType()


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.