当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
Component.BijectedAttribute (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam
Interface Component.BijectedAttribute<T extends Annotation>
- All Known Implementing Classes: 
- Component.BijectedField, Component.BijectedMethod
- Enclosing class:
- Component
- public static interface Component.BijectedAttribute<T extends Annotation> 
 
getName
String getName()
- 
 
getAnnotation
T getAnnotation()
- 
 
getType
Class getType()
- 
 
set
void set(Object bean,
         Object value)
- 
 
get
Object get(Object bean)
-