public class ValueFormatBuilder extends Object
Format instances based on the following parameters:
Format| Constructor and Description |
|---|
ValueFormatBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Format |
build() |
String |
getClassName() |
Locale |
getLocale() |
String |
getPattern() |
String |
getType() |
ValueFormatBuilder |
setClassName(String className) |
ValueFormatBuilder |
setLocale(Locale locale) |
ValueFormatBuilder |
setPattern(String pattern) |
ValueFormatBuilder |
setType(String type) |
public String getType()
public ValueFormatBuilder setType(String type)
public String getClassName()
public ValueFormatBuilder setClassName(String className)
public String getPattern()
public ValueFormatBuilder setPattern(String pattern)
public Locale getLocale()
public ValueFormatBuilder setLocale(Locale locale)
public Format build()
Copyright © 2006-2012. All Rights Reserved.