public interface Integer2TextFactory
Modifier and Type | Method and Description |
---|---|
Object |
getFeature(String key)
Gets the value of a integer2text feature.
|
Integer2Text |
newInteger2Text(String locale)
Returns a new integer2text configured for the specified locale.
|
void |
setFeature(String key,
Object value)
Sets the value of a integer2text feature.
|
Integer2Text newInteger2Text(String locale) throws Integer2TextConfigurationException
locale
- the locale for the new integer2textInteger2TextConfigurationException
- if the locale is not supportedObject getFeature(String key)
key
- the feature to get the value forvoid setFeature(String key, Object value) throws Integer2TextConfigurationException
key
- the feature to set the value forvalue
- the value for the featureInteger2TextConfigurationException
- if the feature is not supported