public class PropFormat extends Object
| Constructor and Description |
|---|
PropFormat(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPattern() |
String |
toString() |
PropFormat |
withDateFormat() |
PropFormat |
withDecimalFormat(int fractionDigits) |
PropFormat |
withIntFormat() |
PropFormat |
withPattern(String pattern) |
PropFormat |
withPercentageFormat() |
public PropFormat(String name)
public String getName()
public String getPattern()
public PropFormat withDateFormat()
public PropFormat withIntFormat()
public PropFormat withPercentageFormat()
public PropFormat withDecimalFormat(int fractionDigits)
public PropFormat withPattern(String pattern)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.