|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.util.mail.MultipartSubtype
public final class MultipartSubtype
Constant instances of this class are used to tell an EmailMessage object the type of the multipart email message ("mixed" or "alternative").
EmailMessage.MULTIPART_MIXED,
EmailMessage.MULTIPART_ALTERNATIVE| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Determine whether this object is equivalent to another. |
int |
hashCode()
Get the hash code for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - the other object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||