|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.domino.Suffix
This class implements a suffix for a contact.
A key is used to lookup the
readable string from domino_resource.properties.
| Field Summary | |
static Suffix |
I
This value represents the 'I' suffix. |
static Suffix |
II
This value represents the 'II' suffix. |
static Suffix |
III
This value represents the 'III' suffix. |
static Suffix |
JR
This value represents the 'Jr.' suffix. |
static Suffix |
SR
This value represents the 'Sr.' suffix. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static Suffix |
get(java.lang.String sSuffix)
Gets the suffix. |
static java.util.List |
getList()
Gets a list of suffix. |
java.lang.String |
getSuffix()
Gets the name in the default locale. |
java.lang.String |
getSuffix(java.util.Locale locale)
Gets the name using the specified locale. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Suffix I
public static final Suffix II
public static final Suffix III
public static final Suffix JR
public static final Suffix SR
| Method Detail |
public java.lang.String getSuffix()
getSuffix(Locale)public java.lang.String getSuffix(java.util.Locale locale)
locale - the localepublic static Suffix get(java.lang.String sSuffix)
sSuffix - the suffix in the default localenull if not foundpublic static java.util.List getList()
Suffixes (unmodifiable)public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to check for equalitytrue if this object is the same as the argument; false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.util.Locale locale)
locale - the locale
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||