de.intarsys.tools.attribute
Class Attribute

java.lang.Object
  extended by de.intarsys.tools.attribute.Attribute

public class Attribute
extends java.lang.Object

A generic object to be used as a key with IAttributeSupport.

ATTENTION: Do NOT override equals as this is intended to be used in secure environments where foreign code should not be able to gain access to attributes.


Constructor Summary
Attribute(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object