org.apache.poi.hmef.attribute
Class TNEFStringAttribute

java.lang.Object
  extended by org.apache.poi.hmef.attribute.TNEFAttribute
      extended by org.apache.poi.hmef.attribute.TNEFStringAttribute

public final class TNEFStringAttribute
extends TNEFAttribute

A String attribute which applies to a HMEFMessage or one of its Attachments.


Method Summary
static java.lang.String getAsString(TNEFAttribute attr)
          Returns the string of a Attribute, converting as appropriate
 java.lang.String getString()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getString

public java.lang.String getString()

toString

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

getAsString

public static java.lang.String getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriate