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