Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adfinternal.model.adapter.bean
Class BeanMethodInfo

java.lang.Object
  extended by oracle.adfinternal.model.adapter.bean.BeanFieldInfo
      extended by oracle.adfinternal.model.adapter.bean.BeanMethodInfo

public class BeanMethodInfo
extends BeanFieldInfo

Since:
11.1.2

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
<T extends Accessor>
T
getAnnotatedAccessor()
          Returns the generic type for the method represented by this @Accessor object.
<T extends Properties>
T
getAnnotatedProperties()
          Returns the properties for the method represented by this @Properties object.
<T extends Property>
T
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

parameters

public java.util.List parameters
Constructor Detail

BeanMethodInfo

public BeanMethodInfo(java.lang.String name,
                      java.lang.String returnType,
                      int modifiers)

BeanMethodInfo

public BeanMethodInfo(java.lang.reflect.Constructor c)

BeanMethodInfo

public BeanMethodInfo(java.lang.reflect.Method m)
Method Detail

isGetter

public boolean isGetter()

isSetter

public boolean isSetter()

getField

public BeanFieldInfo getField()

addParameter

public void addParameter(java.lang.String name,
                         java.lang.String type)
Holding name and type pairs for each parameter

Parameters:
name -
type -

getAnnotatedAccessor

public <T extends Accessor> T getAnnotatedAccessor()
Returns the generic type for the method represented by this @Accessor object.

See Also:
Properties

getAnnotatedProperties

public <T extends Properties> T getAnnotatedProperties()
Returns the properties for the method represented by this @Properties object.

See Also:
Properties

getAnnotatedProperty

public <T extends Property> T getAnnotatedProperty()
Returns the property for the method represented by this @Property object.

See Also:
Property

isAnnotatedId

public boolean isAnnotatedId()
Returns the Id for the field represented by this @Id object.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.