| Package | Description | 
|---|---|
| com.google.common.base | 
 Basic utility libraries and interfaces. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CaseFormat | 
CaseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CaseFormat[] | 
CaseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Converter<String,String> | 
CaseFormat.converterTo(CaseFormat targetFormat)
Returns a  
Converter that converts strings from this format to targetFormat. | 
String | 
CaseFormat.to(CaseFormat format,
  String str)
Converts the specified  
String str from this format to the specified format. | 
Copyright © 2010-2016. All Rights Reserved.