Compoze Software, Inc.

com.compoze.exchange.webdav
Class Suffix


java.lang.Object

  |

  +--com.compoze.exchange.webdav.Suffix

All Implemented Interfaces:
java.io.Serializable

Deprecated. This class has been deprecated and will be removed by version 3.1. Replaced with Generation

public class Suffix
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

I


public static final Suffix I
Deprecated. 
This value represents the 'I' suffix.

II


public static final Suffix II
Deprecated. 
This value represents the 'II' suffix.

III


public static final Suffix III
Deprecated. 
This value represents the 'III' suffix.

JR


public static final Suffix JR
Deprecated. 
This value represents the 'Jr.' suffix.

SR


public static final Suffix SR
Deprecated. 
This value represents the 'Sr.' suffix.
Constructor Detail

Suffix


protected Suffix(java.lang.String sSuffixKey)
Deprecated. 
Constructor.
Parameters:
sSuffixKey - the key of the suffix (may not be null or empty)
Method Detail

getSuffix


public java.lang.String getSuffix()
Deprecated. 
Gets the suffix.
Returns:
the suffix

getSuffix


public java.lang.String getSuffix(java.util.Locale locale)
Deprecated. 
Gets the suffix using the specified locale.
Parameters:
locale - the locale
Returns:
the suffix

get


public static Suffix get(java.lang.String sSuffix)
Deprecated. 
Gets the suffix.
Parameters:
sSuffix - the suffix
Returns:
the matching suffix or null if not found

getSuffixes


public static java.util.List getSuffixes()
Deprecated. 
Gets an unmodifiable list of suffixes.
Returns:
the list of Suffix objects

create


public static Suffix create(java.lang.String sSuffix)
Deprecated. 
Creates a new suffix.
Parameters:
sSuffix - the suffix
Returns:
the newly created suffix

equals


public boolean equals(java.lang.Object o)
Deprecated. 
Indicates whether some other Suffix object is "equal to" this one.
Overrides:
equals in class java.lang.Object
Parameters:
o - the object to check for equality
Returns:
true if this object is the same as the obj argument; false otherwise

toString


public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

toString


public java.lang.String toString(java.util.Locale locale)
Deprecated. 
Returns a string representation of the object.
Parameters:
locale - the locale
Returns:
the string representation of the object

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.