org.dasein.attributes
Class AttributeMap.AttributeWrapper<T>
java.lang.Object
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
AttributeMap.AttributeWrapper
public AttributeMap.AttributeWrapper(DataType<T> t,
Object val)
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