org.swixml.converters
Class Util
java.lang.Object
org.swixml.converters.Util
- public final class Util
- extends Object
Util. Class with static helper methods
- Version:
- $Revision: 1.1 $
- Author:
- Wolf Paulus
Constructor Summary |
Util()
|
Method Summary |
static String |
capitalize(String s)
Return a capitalized version of the specified property name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
capitalize
public static final String capitalize(String s)
- Return a capitalized version of the specified property name.
- Parameters:
s
- String
The property name
- Returns:
String
given String with 1st letter capitalized
Copyright © 2002 - 2004 - Wolf Paulus - CarlsbadCubes.com . All rights reserved.