Uses of Class
org.tridas.schema.TridasValues

Packages that use TridasValues
org.tridas.interfaces   
org.tridas.schema   
 

Uses of TridasValues in org.tridas.interfaces
 

Methods in org.tridas.interfaces that return types with arguments of type TridasValues
 List<TridasValues> ITridasSeries.getValues()
          Gets the value of the values property.
 

Method parameters in org.tridas.interfaces with type arguments of type TridasValues
 void ITridasSeries.setValues(List<TridasValues> values)
          Sets the value of the values property.
 

Uses of TridasValues in org.tridas.schema
 

Fields in org.tridas.schema with type parameters of type TridasValues
protected  List<TridasValues> TridasDerivedSeries.values
           
protected  List<TridasValues> TridasMeasurementSeries.values
           
protected  List<TridasValues> BaseSeries.values
           
 

Methods in org.tridas.schema that return TridasValues
 TridasValues ObjectFactory.createTridasValues()
          Create an instance of TridasValues
 

Methods in org.tridas.schema that return types with arguments of type TridasValues
 List<TridasValues> TridasDerivedSeries.getValues()
          Gets the value of the values property.
 List<TridasValues> TridasMeasurementSeries.getValues()
          Gets the value of the values property.
 List<TridasValues> BaseSeries.getValues()
          Gets the value of the values property.
 

Method parameters in org.tridas.schema with type arguments of type TridasValues
 void TridasDerivedSeries.setValues(List<TridasValues> values)
          Sets the value of the values property.
 void TridasMeasurementSeries.setValues(List<TridasValues> values)
          Sets the value of the values property.
 void BaseSeries.setValues(List<TridasValues> values)
          Sets the value of the values property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.