Only attributes inherited from superclasses or superinterfaces
are filtered out (except those from Node and AbstractNode).
Attributes defined here, or overridden, are kept. Attributes can
be suppressed individually with a NoAttribute on their
accessor.
All attributes are suppressed, except those from Node
and AbstractNode. This extends INHERITED to
the attributes defined in this class. Note that subclasses of
the current class also will see those attributes suppressed
unless they override them.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.