|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.webdav.Suffix
Generation
This class implements a suffix. To create a custom suffix,
use the create(String)
method. A suffix key is used to lookup the
readable string from exchange_resource.properties
.
Field Summary | |
static Suffix |
I
Deprecated. This value represents the 'I' suffix. |
static Suffix |
II
Deprecated. This value represents the 'II' suffix. |
static Suffix |
III
Deprecated. This value represents the 'III' suffix. |
static Suffix |
JR
Deprecated. This value represents the 'Jr.' suffix. |
static Suffix |
SR
Deprecated. This value represents the 'Sr.' suffix. |
Constructor Summary | |
protected |
Suffix(java.lang.String sSuffixKey)
Deprecated. Constructor. |
Method Summary | |
static Suffix |
create(java.lang.String sSuffix)
Deprecated. Creates a new suffix. |
boolean |
equals(java.lang.Object o)
Deprecated. Indicates whether some other Suffix
object is "equal to" this one. |
static Suffix |
get(java.lang.String sSuffix)
Deprecated. Gets the suffix. |
java.lang.String |
getSuffix()
Deprecated. Gets the suffix. |
java.lang.String |
getSuffix(java.util.Locale locale)
Deprecated. Gets the suffix using the specified locale. |
static java.util.List |
getSuffixes()
Deprecated. Gets an unmodifiable list of suffixes. |
java.lang.String |
toString()
Deprecated. |
java.lang.String |
toString(java.util.Locale locale)
Deprecated. 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
Constructor Detail |
protected Suffix(java.lang.String sSuffixKey)
sSuffixKey
- the key of the suffix (may not be null
or empty)Method Detail |
public java.lang.String getSuffix()
public java.lang.String getSuffix(java.util.Locale locale)
locale
- the localepublic static Suffix get(java.lang.String sSuffix)
sSuffix
- the suffixnull
if not foundpublic static java.util.List getSuffixes()
public static Suffix create(java.lang.String sSuffix)
sSuffix
- the suffixpublic boolean equals(java.lang.Object o)
Suffix
object is "equal to" this one.equals
in class java.lang.Object
o
- the object to check for equalitytrue
if this object is the same as the obj 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
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |