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 aHMEFMessage
or one of itsAttachment
s.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriateString
getString()
String
toString()
-
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
-
-
-
-
Method Detail
-
getString
public String getString()
-
toString
public String toString()
- Overrides:
toString
in classTNEFAttribute
-
getAsString
public static String getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriate
-
-