iDevelopment.info

info.idevelopment.utils
Class StringCase

java.lang.Object
  |
  +--info.idevelopment.utils.StringCase

public class StringCase
extends java.lang.Object

Used to change the case of a given String object. This class also implements many of the conventions used in the "Java Coding and Documenting Conventions" guide within the DBA Documentation Library.

For more information on the different features of Javadoc, visit Javadoc Tool Home Page

Since:
SDK1.4
Version:
1.0,   07-SEP-2002
Author:
Jeffrey Hunter
, jhunter@iDevelopment.info , www.iDevelopment.info

Constructor Summary
StringCase(java.lang.String s)
          Sole constructor used to create this object.
 
Method Summary
 java.lang.String toLower()
          Used to convert the original string object to lower case.
 java.lang.String toUpper()
          Used to convert the original string object to upper case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCase

public StringCase(java.lang.String s)
Sole constructor used to create this object.

Parameters:
s - String object for class to work on.
Method Detail

toUpper

public java.lang.String toUpper()
Used to convert the original string object to upper case.

Returns:
Upper case version of the original string.

toLower

public java.lang.String toLower()
Used to convert the original string object to lower case.

Returns:
Lower case version of the original string.

iDevelopment.info

Developed by www.iDevelopment.info