Attribute._ATTR_CFG
+ - protected static Array
+
+ +
Attribute.INVALID_VALUE
+ - static final Object
+
+ The value to return from an attribute setter in order to prevent the set from going through.
+You can return this value from your setter if you wish to combine validator and setter +functionality into a single setter function, which either returns the massaged value to be stored or +Attribute.INVALID_VALUE to prevent invalid values from being stored.
++