wide screen
Gel's Attribute

An Attribute represents the type T and name of a Line's field. It is used in order to access a Line's values in a type safe way.

Returns the type associated with this Attribute .

Returns the name of this Attribute .

Instances of Attribute<?> are equals if they are the same object. Every type implementation should override its public boolean equlas(Object arg) method with this one.