public class Numberer_de extends AbstractNumberer
cyrillicLower, cyrillicUpper, greekLower, greekUpper, hebrew, hiraganaA, hiraganaI, katakanaA, katakanaI, latinLower, latinUpper, LOWER_CASE, TITLE_CASE, UPPER_CASE, westernDigits| Constructor and Description |
|---|
Numberer_de() |
| Modifier and Type | Method and Description |
|---|---|
String |
dayName(int day,
int minWidth,
int maxWidth)
Get a day name or abbreviation
|
String |
getCalendarName(String code)
Get the name of a calendar
|
String |
getEraName(int year)
Get the name for an era (e.g.
|
String |
getOrdinalSuffixForDateTime(String component)
Get an ordinal suffix for a particular component of a date/time.
|
String |
monthName(int month,
int minWidth,
int maxWidth)
Get a month name or abbreviation
|
protected String |
ordinalSuffix(String ordinalParam,
long number)
Construct the ordinal suffix for a number, for example "st", "nd", "rd"
|
String |
toOrdinalWords(String ordinalParam,
long number,
int wordCase)
Show an ordinal number as German words (for example, Einundzwanzigste)
|
String |
toWords(long number)
Show the number as words in title case.
|
alphaDefault, format, format, getCountry, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman, toWordsprotected String ordinalSuffix(String ordinalParam, long number)
ordinalSuffix in class AbstractNumbererordinalParam - the value of the ordinal attribute (used in non-English
language implementations)number - the number being formattedpublic String toWords(long number)
toWords in class AbstractNumberernumber - the number to be formattedpublic String toOrdinalWords(String ordinalParam, long number, int wordCase)
toOrdinalWords in class AbstractNumbererordinalParam - the value of the "ordinal" attribute as supplied by the usernumber - the number to be formattedwordCase - the required case for example AbstractNumberer.UPPER_CASE,
AbstractNumberer.LOWER_CASE, AbstractNumberer.TITLE_CASEpublic String monthName(int month, int minWidth, int maxWidth)
monthName in interface NumberermonthName in class AbstractNumberermonth - The month number (1=January, 12=December)minWidth - The minimum number of charactersmaxWidth - The maximum number of characterspublic String dayName(int day, int minWidth, int maxWidth)
dayName in interface NumbererdayName in class AbstractNumbererday - The month number (1=Sunday, 7=Saturday)minWidth - The minimum number of charactersmaxWidth - The maximum number of characterspublic String getOrdinalSuffixForDateTime(String component)
getOrdinalSuffixForDateTime in interface NumberergetOrdinalSuffixForDateTime in class AbstractNumberercomponent - the component specifier from a format-dateTime picture, for
example "M" for the month or "D" for the day.public String getEraName(int year)
getEraName in interface NumberergetEraName in class AbstractNumbereryear - the proleptic gregorian year, using "0" for the year before 1ADpublic String getCalendarName(String code)
getCalendarName in interface NumberergetCalendarName in class AbstractNumberercode - The code representing the calendar as in the XSLT 2.0 spec, e.g. AD for the Gregorian calendarCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.