|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hmef.MAPIAttribute
org.apache.poi.hmef.MAPIStringAttribute
public final class MAPIStringAttribute
A pure-MAPI attribute holding a String, which applies
to a HMEFMessage
or one of its Attachment
s.
Constructor Summary | |
---|---|
MAPIStringAttribute(MAPIProperty property,
int type,
byte[] data)
|
Method Summary | |
---|---|
java.lang.String |
getDataString()
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.poi.hmef.MAPIAttribute |
---|
create, getData, getProperty, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MAPIStringAttribute(MAPIProperty property, int type, byte[] data)
Method Detail |
---|
public java.lang.String getDataString()
public java.lang.String toString()
toString
in class MAPIAttribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |