public abstract class HinduPrimitive extends Object
Abstract super class of Hindu months or days which can carry a leap status in the lunisolar variants of the Hindu calendar.
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Character> |
ADHIKA_INDICATOR
Format attribute which defines a symbol character for leap months or leap days.
|
static AttributeKey<Boolean> |
ADHIKA_IS_TRAILING
Format attribute which defines if the symbol character for leap months or leap days should be printed
after the element (default is
false for most languages). |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isLeap()
Determines if this value primitive is in leap state (intercalated).
|
public static final AttributeKey<Character> ADHIKA_INDICATOR
Format attribute which defines a symbol character for leap months or leap days.
This format attribute is mainly used in numerical formatting or when months shall be printed in an abbreviated style. Otherwise the localized word for "adhika" will be printed.
public static final AttributeKey<Boolean> ADHIKA_IS_TRAILING
Format attribute which defines if the symbol character for leap months or leap days should be printed
after the element (default is false for most languages).
Copyright © 2014–2021. All rights reserved.