org.apache.shindig.social.core.util.atom
Class AtomAttribute

java.lang.Object
  extended by org.apache.shindig.social.core.util.atom.AtomAttribute

public class AtomAttribute
extends java.lang.Object

Represents an attribute in atom, ties into attribute converters.


Constructor Summary
AtomAttribute(java.lang.String value)
           
 
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

AtomAttribute

public AtomAttribute(java.lang.String value)
Parameters:
value -
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.