com.ibm.spinner
Class FormatStrings

java.lang.Object
  |
  +--com.ibm.spinner.FormatStrings

public class FormatStrings
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

FormatStrings class contains formatting strings for all formatting styles

See Also:
Serialized Form

Constructor Summary
FormatStrings()
          FormatStrings constructor comment.
FormatStrings(java.lang.String[] sFormats)
          FormatStrings constructor comment.
FormatStrings(java.lang.String sFull, java.lang.String sLong, java.lang.String sMedium, java.lang.String sShort, int iActiveFormat)
          FormatStrings constructor comment.
 
Method Summary
 void changeFormatStyle(int iFormatStyle, java.lang.String sFormatString)
           
 java.lang.Object clone()
          Overrides Cloneable
 java.lang.String getFormatString()
           
 java.lang.String getFormatStringByStyle(int iStyle)
           
 int getFormatStyle()
           
 void setFormatString(java.lang.String sFormat)
           
 void setFormatStyle(int iStyle)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatStrings

public FormatStrings()
FormatStrings constructor comment.

FormatStrings

public FormatStrings(java.lang.String[] sFormats)
FormatStrings constructor comment.

FormatStrings

public FormatStrings(java.lang.String sFull,
                     java.lang.String sLong,
                     java.lang.String sMedium,
                     java.lang.String sShort,
                     int iActiveFormat)
FormatStrings constructor comment.
Method Detail

changeFormatStyle

public void changeFormatStyle(int iFormatStyle,
                              java.lang.String sFormatString)

clone

public java.lang.Object clone()
Overrides Cloneable

getFormatString

public java.lang.String getFormatString()

getFormatStringByStyle

public java.lang.String getFormatStringByStyle(int iStyle)

getFormatStyle

public int getFormatStyle()

setFormatString

public void setFormatString(java.lang.String sFormat)

setFormatStyle

public void setFormatStyle(int iStyle)

toString

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