org.apache.xbean.recipe
Class CollectionRecipe

java.lang.Object
  extended byorg.apache.xbean.recipe.CollectionRecipe
All Implemented Interfaces:
Recipe, java.io.Serializable

public class CollectionRecipe
extends java.lang.Object
implements Recipe

Version:
$Rev: 6685 $ $Date: 2005-12-28T00:29:37.967210Z $
See Also:
Serialized Form

Constructor Summary
CollectionRecipe()
           
CollectionRecipe(java.lang.Class type)
           
CollectionRecipe(java.lang.Class type, java.util.Collection collection)
           
CollectionRecipe(java.util.Collection collection)
           
CollectionRecipe(CollectionRecipe collectionRecipe)
           
CollectionRecipe(java.lang.String type)
           
CollectionRecipe(java.lang.String type, java.util.Collection collection)
           
 
Method Summary
 void add(java.lang.Boolean value)
           
 void add(java.lang.Byte value)
           
 void add(java.lang.Character value)
           
 void add(java.lang.Double value)
           
 void add(java.lang.Float value)
           
 void add(java.lang.Integer value)
           
 void add(java.lang.Long value)
           
 void add(Recipe value)
           
 void add(java.lang.Short value)
           
 void add(java.lang.String value)
           
 void addAll(java.util.Collection value)
           
 java.lang.Object create(java.lang.ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionRecipe

public CollectionRecipe()

CollectionRecipe

public CollectionRecipe(java.lang.String type)

CollectionRecipe

public CollectionRecipe(java.lang.Class type)

CollectionRecipe

public CollectionRecipe(java.util.Collection collection)

CollectionRecipe

public CollectionRecipe(java.lang.String type,
                        java.util.Collection collection)

CollectionRecipe

public CollectionRecipe(java.lang.Class type,
                        java.util.Collection collection)

CollectionRecipe

public CollectionRecipe(CollectionRecipe collectionRecipe)
Method Detail

create

public java.lang.Object create(java.lang.ClassLoader classLoader)
Specified by:
create in interface Recipe

add

public void add(java.lang.Boolean value)

add

public void add(java.lang.Character value)

add

public void add(java.lang.Byte value)

add

public void add(java.lang.Short value)

add

public void add(java.lang.Integer value)

add

public void add(java.lang.Long value)

add

public void add(java.lang.Float value)

add

public void add(java.lang.Double value)

add

public void add(java.lang.String value)

add

public void add(Recipe value)

addAll

public void addAll(java.util.Collection value)


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.