|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.text.model.MimePart
public abstract class MimePart
Nested Class Summary | |
---|---|
static class |
MimePart.Binary
|
static class |
MimePart.Img
|
Constructor Summary | |
---|---|
MimePart(java.lang.String type,
java.lang.Object data)
|
Method Summary | |
---|---|
abstract byte[] |
getData()
|
java.lang.String |
getMimeType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MimePart(java.lang.String type, java.lang.Object data)
Method Detail |
---|
public java.lang.String getMimeType()
public abstract byte[] getData()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |