org.dasein.attributes
Class AttributeMap.AttributeWrapper<T>

java.lang.Object
  extended by org.dasein.attributes.AttributeMap.AttributeWrapper<T>
All Implemented Interfaces:
Serializable
Enclosing class:
AttributeMap

public static class AttributeMap.AttributeWrapper<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AttributeMap.AttributeWrapper(DataType<T> t, Object val)
           
 
Method Summary
 boolean equals(Object ob)
           
 T getAttribute()
           
 DataType<T> getType()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeMap.AttributeWrapper

public AttributeMap.AttributeWrapper(DataType<T> t,
                                     Object val)
Method Detail

equals

public boolean equals(Object ob)
Overrides:
equals in class Object

getAttribute

public T getAttribute()

getType

public DataType<T> getType()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object