当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
Component.BijectedField (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam
Class Component.BijectedField<T extends Annotation>
java.lang.Object
org.jboss.seam.Component.BijectedField<T>
- All Implemented Interfaces:
- Component.BijectedAttribute<T>
- Enclosing class:
- Component
public final class Component.BijectedField<T extends Annotation>
- extends Object
- implements Component.BijectedAttribute<T>
getName
public String getName()
- Specified by:
getName
in interface Component.BijectedAttribute<T extends Annotation>
getField
public Field getField()
getAnnotation
public T getAnnotation()
- Specified by:
getAnnotation
in interface Component.BijectedAttribute<T extends Annotation>
getType
public Class getType()
- Specified by:
getType
in interface Component.BijectedAttribute<T extends Annotation>
set
public void set(Object bean,
Object value)
- Specified by:
set
in interface Component.BijectedAttribute<T extends Annotation>
get
public Object get(Object bean)
- Specified by:
get
in interface Component.BijectedAttribute<T extends Annotation>
toString
public String toString()
- Overrides:
toString
in class Object