Package org.apache.xbean.recipe
Class ObjectRecipe.CompoundProperty
- java.lang.Object
-
- org.apache.xbean.recipe.ObjectRecipe.Property
-
- org.apache.xbean.recipe.ObjectRecipe.CompoundProperty
-
- Enclosing class:
- ObjectRecipe
public static class ObjectRecipe.CompoundProperty extends ObjectRecipe.Property
-
-
Constructor Summary
Constructors Constructor Description CompoundProperty(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.apache.xbean.recipe.ObjectRecipe.Property
equals
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObjectRecipe.Property
-
toString
public java.lang.String toString()
- Overrides:
toString
in classObjectRecipe.Property
-
-