|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfinternal.model.adapter.bean.BeanFieldInfo
oracle.adfinternal.model.adapter.bean.BeanMethodInfo
public class BeanMethodInfo
| Field Summary |
|---|
| Fields inherited from class oracle.adfinternal.model.adapter.bean.BeanFieldInfo |
|---|
accessorModifiers, declaringClassName, modifiers, name, type, typeSignature |
| Constructor Summary | |
|---|---|
BeanMethodInfo(java.lang.reflect.Constructor c)
|
|
BeanMethodInfo(java.lang.reflect.Method m)
|
|
BeanMethodInfo(java.lang.String name,
java.lang.String returnType,
int modifiers)
|
|
| Method Summary | ||
|---|---|---|
void |
addParameter(java.lang.String name,
java.lang.String type)
Holding name and type pairs for each parameter |
|
|
getAccessorAnnotation()
Returns the generic type for the method represented by this @Accessor object. |
|
|
getAnnotation(java.lang.Class<T> clz)
Return annotation Class |
|
|
getElementTypeAnnotation()
Returns the generic type for the method represented by this @ElementType object. |
|
BeanFieldInfo |
getField()
|
|
java.util.List<java.util.List<java.lang.String>> |
getParameters()
|
|
|
getPropertiesAnnotation()
Returns the properties for the method represented by this @Properties object. |
|
|
getPropertyAnnotation()
Returns the property for the method represented by this @Property object. |
|
boolean |
isAnnotatedId()
Returns the Id for the field represented by this @Id object. |
|
boolean |
isGetter()
|
|
boolean |
isSetter()
|
|
| Methods inherited from class oracle.adfinternal.model.adapter.bean.BeanFieldInfo |
|---|
getDeclaringField, getName, getType, isPublic, makeGetter, makeGetter, makeSetter, makeSetter, setDeclaringField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanMethodInfo(java.lang.String name,
java.lang.String returnType,
int modifiers)
public BeanMethodInfo(java.lang.reflect.Constructor c)
public BeanMethodInfo(java.lang.reflect.Method m)
| Method Detail |
|---|
public boolean isGetter()
public boolean isSetter()
public BeanFieldInfo getField()
public void addParameter(java.lang.String name,
java.lang.String type)
name - type - public <T extends Accessor> T getAccessorAnnotation()
@Accessor object.
public <T extends ElementType> T getElementTypeAnnotation()
@ElementType object.
public <T extends Properties> T getPropertiesAnnotation()
@Properties object.
Propertiespublic <T extends Property> T getPropertyAnnotation()
@Property object.
Propertypublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> clz)
public boolean isAnnotatedId()
@Id object.
public java.util.List<java.util.List<java.lang.String>> getParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||