org.apache.xbean.recipe
Interface ObjectRecipe.Member

All Known Implementing Classes:
ObjectRecipe.FieldMember, ObjectRecipe.MethodMember
Enclosing class:
ObjectRecipe

public static interface ObjectRecipe.Member


Method Summary
 Type getType()
           
 void setValue(Object instance, Object value)
           
 

Method Detail

getType

Type getType()

setValue

void setValue(Object instance,
              Object value)
              throws Exception
Throws:
Exception


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