|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.addressbook.EmailInfo.EmailType
This class represents the email type.
Field Summary | |
static EmailInfo.EmailType |
EMAIL
This value represents a 'email' email type. |
static EmailInfo.EmailType |
EMAIL1
This value represents a 'email1' email type. |
static EmailInfo.EmailType |
EMAIL2
This value represents a 'email2' email type. |
static EmailInfo.EmailType |
EMAIL3
This value represents a 'email3' email type. |
static int |
VALUE_EMAIL
This value represents the 'email1' value. |
static int |
VALUE_EMAIL1
This value represents the 'email1' value. |
static int |
VALUE_EMAIL2
This value represents the 'email2' value. |
static int |
VALUE_EMAIL3
This value represents the 'email3' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static EmailInfo.EmailType |
get(int iValue)
Gets the email type by the value. |
static java.util.List |
getEmailTypes()
Gets the list of email type objects. |
java.lang.String |
getKey()
Gets the key (email name) for i18n. |
int |
getValue()
Gets the value of the email type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_EMAIL
public static final int VALUE_EMAIL1
public static final int VALUE_EMAIL2
public static final int VALUE_EMAIL3
public static final EmailInfo.EmailType EMAIL
public static final EmailInfo.EmailType EMAIL1
public static final EmailInfo.EmailType EMAIL2
public static final EmailInfo.EmailType EMAIL3
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static EmailInfo.EmailType get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getEmailTypes()
EmailType
objects (unmodifiable)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()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |