|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.addressbook.Title
This class represents the name title.
Field Summary | |
static Title |
TITLE_DR
This value represents a 'Dr.' title. |
static Title |
TITLE_MISS
This value represents a 'Miss' title. |
static Title |
TITLE_MR
This value represents a 'Mr.' title. |
static Title |
TITLE_MRS
This value represents a 'Mrs.' title. |
static Title |
TITLE_MS
This value represents a 'MS.' title. |
static Title |
TITLE_PROF
This value represents a 'Prof.' title. |
static int |
VALUE_DR
This value represents the 'Dr.' value. |
static int |
VALUE_MISS
This value represents the 'Miss' value. |
static int |
VALUE_MR
This value represents the 'Mr.' value. |
static int |
VALUE_MRS
This value represents the 'Mrs.' value. |
static int |
VALUE_MS
This value represents the 'MS.' value. |
static int |
VALUE_PROF
This value represents the 'Prof.' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static Title |
get(int iValue)
Gets the title by the value. |
java.lang.String |
getKey()
Gets the key (title name) for i18n. |
static java.util.List |
getTitles()
Gets the list of title objects. |
int |
getValue()
Gets the value of the title. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_MR
public static final int VALUE_MRS
public static final int VALUE_MISS
public static final int VALUE_MS
public static final int VALUE_DR
public static final int VALUE_PROF
public static final Title TITLE_MR
public static final Title TITLE_MRS
public static final Title TITLE_MISS
public static final Title TITLE_MS
public static final Title TITLE_DR
public static final Title TITLE_PROF
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static Title get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getTitles()
Title
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |