西安市阎良区第十二届人民代表大会常务委员会公告?

public final class MoneyEntity extends Entity
百度 俄罗斯需要一个稳定的政治机制,以确保在未来数十年内保持长期稳定发展,这才是符合自身实际的俄罗斯之路。

A money entity extracted from a piece of text. It provides the values extracted for the amount (split between the integer and fractional parts) and a canonical format for the currency.

Inherited Constant Summary

Public Method Summary

int
getFractionalPart()
Returns the decimal part of the detected annotation.
int
getIntegerPart()
Returns the whole part of the detected annotation.
String
getUnnormalizedCurrency()
Returns the currency part of the detected annotation.

Inherited Method Summary

Public Methods

public int getFractionalPart ()

Returns the decimal part of the detected annotation. The amount is split between whole part and decimal part since different dividers could be used.

public int getIntegerPart ()

Returns the whole part of the detected annotation. The amount is split between whole part and decimal part since different dividers could be used.

public String getUnnormalizedCurrency ()

Returns the currency part of the detected annotation. No formatting is applied so this will return a subset of the initial String.