org.apache.xbean.recipe
Class ObjectRecipe.FieldMember

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

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


Constructor Summary
ObjectRecipe.FieldMember(Field field)
           
 
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.FieldMember

public ObjectRecipe.FieldMember(Field field)
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.