org.apache.xbean.recipe
Class ValueRecipe
java.lang.Object
org.apache.xbean.recipe.ValueRecipe
- All Implemented Interfaces:
- Recipe, java.io.Serializable
- public class ValueRecipe
- extends java.lang.Object
- implements Recipe
- Version:
- $Rev: 6689 $ $Date: 2006-01-02T06:48:49.815187Z $
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
create(java.lang.ClassLoader classLoader)
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueRecipe
public ValueRecipe(java.lang.Class type,
java.lang.String value)
ValueRecipe
public ValueRecipe(java.lang.String type,
java.lang.String value)
ValueRecipe
public ValueRecipe(java.lang.Object value)
ValueRecipe
public ValueRecipe(ValueRecipe valueRecipe)
getType
public java.lang.String getType()
getValue
public java.lang.String getValue()
create
public java.lang.Object create(java.lang.ClassLoader classLoader)
- Specified by:
create
in interface Recipe
Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.