getStateAttributes() method

Returns the complete set of Attribute as specificed by this class and the subclass.

Syntax

final Attribute[] getStateAttributes ()

Returns

an array of Attribute including those registered by the subclass

Usage

Intentionally made final so that it can not be override.

The subclass should use the

getStateAttributeList()

to return all the

Attribute

s it specified, so that it can be aggregated by this method.

an array of Attribute including those registered by the subclass