org.apache.xbean.recipe
Class CollectionRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.CollectionRecipe
- All Implemented Interfaces:
- Serializable, Recipe
public class CollectionRecipe
- extends AbstractRecipe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionRecipe
public CollectionRecipe()
CollectionRecipe
public CollectionRecipe(String type)
CollectionRecipe
public CollectionRecipe(Class type)
CollectionRecipe
public CollectionRecipe(Collection collection)
CollectionRecipe
public CollectionRecipe(String type,
Collection collection)
CollectionRecipe
public CollectionRecipe(Class type,
Collection collection)
CollectionRecipe
public CollectionRecipe(CollectionRecipe collectionRecipe)
canCreate
public boolean canCreate(Class type,
ClassLoader classLoader)
create
public Collection create(ClassLoader classLoader)
add
public void add(Boolean value)
add
public void add(Character value)
add
public void add(Byte value)
add
public void add(Short value)
add
public void add(Integer value)
add
public void add(Long value)
add
public void add(Float value)
add
public void add(Double value)
add
public void add(String value)
add
public void add(Recipe value)
addAll
public void addAll(Collection value)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.