Uses of Class
org.apache.commons.betwixt.Options

Packages that use Options
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.expression This package contains the system which extracts values from beans. 
 

Uses of Options in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return Options
 Options Descriptor.getOptions()
          Gets the options for this descriptor.
 

Methods in org.apache.commons.betwixt with parameters of type Options
 void Options.addOptions(Options options)
          Adds multiple options from an existing Options collection.
 void Descriptor.setOptions(Options options)
          Sets the options for this descriptor.
 

Uses of Options in org.apache.commons.betwixt.expression
 

Methods in org.apache.commons.betwixt.expression that return Options
 Options Context.getOptions()
          Gets the current Options.
 

Methods in org.apache.commons.betwixt.expression with parameters of type Options
 void Context.pushOptions(Options options)
          Pushes the given Options onto the stack.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.