net.sf.saxon.option.local

Class Numberer_nlBE

public class Numberer_nlBE extends AbstractNumberer

Author: Karel Goossens BTR-Services Belgium. Numberer class for the Belgian-Dutch language region.

See Also: http://woordenlijst.org/leidraad/6/9/#r6n http://taaladvies.net/taal/advies/popup.php?id=88 http://www.vlaanderen.be/servlet/Satellite?c=Page&cid=1120536021990&pagename=taaltelefoon%2FPage%2FHomePageMIN

Method Summary
StringdayName(int day, int minWidth, int maxWidth)
Get a day name or abbreviation
StringgetEraName(int year)
Get the name for an era (e.g.
StringhalfDayName(int minutes, int minWidth, int maxWidth)
Get an am/pm indicator
StringmonthName(int month, int minWidth, int maxWidth)
Get a month name or abbreviation
StringtoOrdinalWords(String ordinalParam, long number, int wordCase)
Show an ordinal number as dutch words in a requested case (for example, Twentyfirst)
StringtoWords(long number)
StringtoWords(long number, int wordCase)

Method Detail

dayName

public String dayName(int day, int minWidth, int maxWidth)
Get a day name or abbreviation

Parameters: day The day of the week (1=Monday, 7=Sunday) minWidth The minimum number of characters maxWidth The maximum number of characters

getEraName

public String getEraName(int year)
Get the name for an era (e.g. "BC" or "AD")

Parameters: year the proleptic gregorian year, using "0" for the year before 1AD

halfDayName

public String halfDayName(int minutes, int minWidth, int maxWidth)
Get an am/pm indicator

Parameters: minutes the minutes within the day minWidth minimum width of output maxWidth maximum width of output

Returns: the AM or PM indicator

monthName

public String monthName(int month, int minWidth, int maxWidth)
Get a month name or abbreviation

Parameters: month The month number (1=January, 12=December) minWidth The minimum number of characters maxWidth The maximum number of characters

toOrdinalWords

public String toOrdinalWords(String ordinalParam, long number, int wordCase)
Show an ordinal number as dutch words in a requested case (for example, Twentyfirst)

toWords

public String toWords(long number)

toWords

public String toWords(long number, int wordCase)