Package org.apache.xbean.recipe
Class ObjectRecipe.Property
- java.lang.Object
-
- 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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description Property(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-