|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.AttachmentInfo.Type
This class represents the attachment type.
Field Summary | |
static AttachmentInfo.Type |
EMBEDDED_MESSAGE
This value represents the 'embedded message'. |
static AttachmentInfo.Type |
FILE
This value represents the 'file'. |
static int |
VALUE_EMBEDDED_MESSAGE
This value represents the 'embedded message' value. |
static int |
VALUE_FILE
This value represents the 'file' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
int |
getValue()
Gets the value of the type. |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int VALUE_FILE
public static final int VALUE_EMBEDDED_MESSAGE
public static final AttachmentInfo.Type FILE
public static final AttachmentInfo.Type EMBEDDED_MESSAGE
Method Detail |
public int getValue()
VALUE_
constants)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same value as the argument; false
otherwisegetValue()
public java.lang.String toString()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |