parsing paramtervalues from class ParameterValues -
06-16-2009, 08:08 AM
I have got a class called ParameterValues and I need to know the values contained by it . There are options like getCheckSum , getTimeStamp but none of em says getValue.. as u can see i am beginner please let me know in detail if u do
Do you have the source for this class? How about the fully-qualified class name, including the package?
You could try doing "Open Type" (on Navigate menu) to see more information about it.
If you have a variable declared as type ParameterValues, you might be able to hover your mouse on the instance variable to get a popup that gives you some information about it.
The Following User Says Thank You to dk52519 For This Useful Post:
I am sorry as it was to specific a problem .. actually the fully specified classname is
autosar30.ecudescription.ParameteValue
This class actually belongs to AUTOSAR ecore which is set of standards developed for automating automobile industry. I am sorry as it was too specific a problem and anybody who doesnt know about AUTOSAR woulndnt know about it. Anyways thanks for taking the pains to reply..
cheers .... Dean