| Package | Description | 
|---|---|
| org.apache.commons.configuration | 
The Configuration main package. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BigDecimal | PropertyConverter. toBigDecimal(Object value)Convert the specified object into a BigDecimal. | 
| static BigInteger | PropertyConverter. toBigInteger(Object value)Convert the specified object into a BigInteger. | 
| static Boolean | PropertyConverter. toBoolean(Object value)Convert the specified object into a Boolean. | 
| static Byte | PropertyConverter. toByte(Object value)Convert the specified object into a Byte. | 
| static Calendar | PropertyConverter. toCalendar(Object value,
          String format)Convert the specified object into a Calendar. | 
| static Character | PropertyConverter. toCharacter(Object value)Converts the specified value object to a  Character. | 
| static Color | PropertyConverter. toColor(Object value)Convert the specified object into a Color. | 
| static Date | PropertyConverter. toDate(Object value,
      String format)Convert the specified object into a Date. | 
| static Double | PropertyConverter. toDouble(Object value)Convert the specified object into a Double. | 
| static Float | PropertyConverter. toFloat(Object value)Convert the specified object into a Float. | 
| static Integer | PropertyConverter. toInteger(Object value)Convert the specified object into an Integer. | 
| static Locale | PropertyConverter. toLocale(Object value)Convert the specified object into a Locale. | 
| static Long | PropertyConverter. toLong(Object value)Convert the specified object into a Long. | 
| static Short | PropertyConverter. toShort(Object value)Convert the specified object into a Short. | 
| static URL | PropertyConverter. toURL(Object value)Convert the specified object into an URL. | 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.