Uses of Class
org.problets.lib.comm.database.AttributeValue

Packages that use AttributeValue
org.problets.lib.comm.database   
 

Uses of AttributeValue in org.problets.lib.comm.database
 

Methods in org.problets.lib.comm.database that return AttributeValue
 AttributeValue DatabaseRecord.getElement(int index)
          Return the correcsponding element from the database record vector
 AttributeValue DataTranslator.parseElement(java.lang.String a_element)
          returns an AttributeValue object containing data from the string argument
 

Methods in org.problets.lib.comm.database with parameters of type AttributeValue
 void DatabaseRecord.addAttributeValue(AttributeValue attributeValue)
          Add a single value to the database record vector