|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| 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 | |
|---|---|
java.util.List |
parameters
|
| Fields inherited from class oracle.adfinternal.model.adapter.bean.BeanFieldInfo |
|---|
accessorModifiers, declaringClassName, DEFAULT_MODIFIERS, 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 |
|
|
getAnnotatedAccessor()
Returns the generic type for the method represented by this @Accessor object. |
|
|
getAnnotatedProperties()
Returns the properties for the method represented by this @Properties object. |
|
|
getAnnotatedProperty()
Returns the property for the method represented by this @Property object. |
|
BeanFieldInfo |
getField()
|
|
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, isPublic, makeGetter, makeGetter, makeSetter, makeSetter, setDeclaringField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List parameters
| 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 getAnnotatedAccessor()
@Accessor object.
Propertiespublic <T extends Properties> T getAnnotatedProperties()
@Properties object.
Propertiespublic <T extends Property> T getAnnotatedProperty()
@Property object.
Propertypublic boolean isAnnotatedId()
@Id object.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||