Uses of Class
org.apache.xbean.recipe.Option

Packages that use Option
org.apache.xbean.recipe   
 

Uses of Option in org.apache.xbean.recipe
 

Methods in org.apache.xbean.recipe that return Option
static Option Option.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Option[] Option.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.xbean.recipe that return types with arguments of type Option
 Set<Option> ObjectRecipe.getOptions()
           
 

Methods in org.apache.xbean.recipe with parameters of type Option
 void MapRecipe.allow(Option option)
           
 void CollectionRecipe.allow(Option option)
           
 void ObjectRecipe.allow(Option option)
           
 void MapRecipe.disallow(Option option)
           
 void CollectionRecipe.disallow(Option option)
           
 void ObjectRecipe.disallow(Option option)
           
 

Method parameters in org.apache.xbean.recipe with type arguments of type Option
static List<Field> ReflectionUtil.findAllFieldsByType(Class typeClass, Object propertyValue, Set<Option> options)
           
static List<Method> ReflectionUtil.findAllSetters(Class typeClass, String propertyName, Object propertyValue, Set<Option> options)
          Finds all valid setters for the property.
static List<Method> ReflectionUtil.findAllSettersByType(Class typeClass, Object propertyValue, Set<Option> options)
           
static ReflectionUtil.ConstructorFactory ReflectionUtil.findConstructor(Class typeClass, List<? extends Class<?>> parameterTypes, Set<Option> options)
           
static ReflectionUtil.ConstructorFactory ReflectionUtil.findConstructor(Class typeClass, List<String> parameterNames, List<? extends Class<?>> parameterTypes, Set<String> availableProperties, Set<Option> options)
           
static Field ReflectionUtil.findField(Class typeClass, String propertyName, Object propertyValue, Set<Option> options)
           
static Method ReflectionUtil.findInstanceFactory(Class typeClass, String factoryMethod, Set<Option> options)
           
static Method ReflectionUtil.findSetter(Class typeClass, String propertyName, Object propertyValue, Set<Option> options)
           
static ReflectionUtil.StaticFactory ReflectionUtil.findStaticFactory(Class typeClass, String factoryMethod, List<? extends Class<?>> parameterTypes, Set<Option> options)
           
static ReflectionUtil.StaticFactory ReflectionUtil.findStaticFactory(Class typeClass, String factoryMethod, List<String> parameterNames, List<? extends Class<?>> parameterTypes, Set<String> allProperties, Set<Option> options)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.