Uses of Class
fr.cnes.sitools.datasource.jdbc.model.AttributeValue

Packages that use AttributeValue
fr.cnes.sitools.dataset.converter.business   
fr.cnes.sitools.datasource.jdbc.model   
fr.cnes.sitools.resources.order.utils   
 

Uses of AttributeValue in fr.cnes.sitools.dataset.converter.business
 

Methods in fr.cnes.sitools.dataset.converter.business that return AttributeValue
 AttributeValue AbstractConverter.getInOutParam(java.lang.String name, Record rec)
          Gets the AttributeValue from the following Record corresponding to the following name
 AttributeValue AbstractConverter.getInParam(java.lang.String name, Record rec)
          Gets the AttributeValue from the following Record corresponding to the following name
 AttributeValue AbstractConverter.getOutParam(java.lang.String name, Record rec)
          Gets the AttributeValue from the following Record corresponding to the following name
 

Uses of AttributeValue in fr.cnes.sitools.datasource.jdbc.model
 

Methods in fr.cnes.sitools.datasource.jdbc.model that return types with arguments of type AttributeValue
 java.util.List<AttributeValue> Record.getAttributeValues()
          Gets the attributeValues value
 

Method parameters in fr.cnes.sitools.datasource.jdbc.model with type arguments of type AttributeValue
 void Record.setAttributeValues(java.util.List<AttributeValue> attributeValues)
          Sets the value of attributeValues
 

Uses of AttributeValue in fr.cnes.sitools.resources.order.utils
 

Methods in fr.cnes.sitools.resources.order.utils that return AttributeValue
static AttributeValue OrderResourceUtils.getInParam(ResourceParameter param, Record rec)
          Util method to retrieve an AttributeValue from a Record from a given USER_INPUT ResourceParameter
 



Copyright © 2010-2013 CNES. All Rights Reserved.