|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.Suffix
public class 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 locale
public static Suffix get(java.lang.String sSuffix)
sSuffix
- the suffix in the default locale
null
if not foundpublic static java.util.List getList()
Suffix
es (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check for equality
true
if this object is the same as the argument; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |