|
iDevelopment.info | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.idevelopment.utils.StringCase
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
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 |
public StringCase(java.lang.String s)
s
- String object for class to work on.Method Detail |
public java.lang.String toUpper()
public java.lang.String toLower()
|
iDevelopment.info | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |