org.apache.xbean.recipe
Class ObjectRecipe.Property

java.lang.Object
  extended by org.apache.xbean.recipe.ObjectRecipe.Property
Direct Known Subclasses:
ObjectRecipe.AutoMatchProperty, ObjectRecipe.CompoundProperty, ObjectRecipe.FieldProperty, ObjectRecipe.SetterProperty
Enclosing class:
ObjectRecipe

public static class ObjectRecipe.Property
extends Object


Constructor Summary
ObjectRecipe.Property(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectRecipe.Property

public ObjectRecipe.Property(String name)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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