The full value of the attribute.
In the case of a single-value attribute, the property returns exactly that value
represented by an object corresponding to the attribute data type
(see GOMAttribute.valueType).
For a multi-component (list) value (see GOMAttribute.multiValued),
the returned object is an array (Object[]) containing all value components
(list items).
See Also:
GOMAttribute.value, GOMAttribute.values, getAttrFullValue()