Package org.apache.poi.hmef.attribute
Class TNEFStringAttribute
- java.lang.Object
-
- org.apache.poi.hmef.attribute.TNEFAttribute
-
- org.apache.poi.hmef.attribute.TNEFStringAttribute
-
public final class TNEFStringAttribute extends TNEFAttribute
A String attribute which applies to aHMEFMessageor one of itsAttachments.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetAsString(TNEFAttribute attr)Returns the string of a Attribute, converting as appropriatejava.lang.StringgetString()java.lang.StringtoString()-
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
-
-
-
-
Method Detail
-
getString
public java.lang.String getString()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTNEFAttribute
-
getAsString
public static java.lang.String getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriate
-
-