Attribute
|
Type
|
Multiplicity
|
Description
|
name
|
Line
|
1..1
|
The name of the parameter - if several Parameter objects have the same name this is interpreted as the members of a list corresponding to the name.
|
paramType
|
ParamType
|
0..1
|
parameter type of parameter (as in Float, String, ...)
|
serial
|
Int
|
1..1
|
Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial
|
unit
|
Word
|
0..1
|
Unit of parameter (L, Kg, g/L, s-1, etc.
|
value
|
Text
|
0..1
|
value of the parameter, in String representation
|
Inherited Attributes (not in package):
applicationData,
className,
fieldNames,
inConstructor,
isDeleted,
metaclass,
packageName,
packageShortName,
qualifiedName
|