org.apache.xbean.recipe
Class ObjectRecipe.MethodMember

java.lang.Object
  extended by org.apache.xbean.recipe.ObjectRecipe.MethodMember
All Implemented Interfaces:
ObjectRecipe.Member
Enclosing class:
ObjectRecipe

public static class ObjectRecipe.MethodMember
extends Object
implements ObjectRecipe.Member


Constructor Summary
ObjectRecipe.MethodMember(Method method)
           
 
Method Summary
 Type getType()
           
 void setValue(Object instance, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectRecipe.MethodMember

public ObjectRecipe.MethodMember(Method method)
Method Detail

getType

public Type getType()
Specified by:
getType in interface ObjectRecipe.Member

setValue

public void setValue(Object instance,
                     Object value)
              throws Exception
Specified by:
setValue in interface ObjectRecipe.Member
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.