Uses of Class
org.datamixer.collections.Values

Packages that use Values
org.datamixer.collections   
org.datamixer.config   
org.datamixer.containers   
org.datamixer.values   
 

Uses of Values in org.datamixer.collections
 

Fields in org.datamixer.collections declared as Values
protected  Values ValuesIterator.values_
           
 

Uses of Values in org.datamixer.config
 

Methods in org.datamixer.config that return Values
 Values DatamixerContext.getValues(java.lang.String name)
          Convenience method that returns object cast as a Values.
 

Uses of Values in org.datamixer.containers
 

Methods in org.datamixer.containers that return Values
 Values CollectionContainer.getSlice(int index)
           
 

Methods in org.datamixer.containers with parameters of type Values
protected  void CounterIterator.doContainerGenerate(Values result)
          Generate the next element in the collection.
protected  void CollectionContainerIterator.doContainerGenerate(Values result)
          Generate the next element in the collection.
 

Uses of Values in org.datamixer.values
 

Fields in org.datamixer.values declared as Values
protected  Values ValuesValue.value_
           
 

Methods in org.datamixer.values that return Values
 Values ValuesValue.getValues()
          Returns the current value as a Values object.
 Values Value.getValues()
          Returns the current value as a Values.
 

Methods in org.datamixer.values with parameters of type Values
 void ValuesValue.setValues(Values value)
          Sets the current value.
 ValuesValue ValueFactory.createValuesValue(Values value)
           
 void Value.setValues(Values value)
          Sets the current value.
 

Constructors in org.datamixer.values with parameters of type Values
ValuesValue(Values value)
           
 



Copyright © 2004-2006 datamixer.org. All Rights Reserved.