Package systems.uom.common.historic
Enum TamilAncientPrefix
- All Implemented Interfaces:
Serializable,Comparable<TamilAncientPrefix>,java.lang.constant.Constable,javax.measure.Prefix
public enum TamilAncientPrefix extends Enum<TamilAncientPrefix> implements javax.measure.Prefix
Utility class holding traditional numbers of the Ancient Tamil Country, Tamizhakam.
Unit<Length> NURU_METER = METER.prefix(NURU); - Version:
- 1.1, $Date: 2021-03-29 $
- Author:
- Werner Keil
- See Also:
- Wikipedia: Tamil units of measurement - Whole numbers
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description AMPALPrefix for 1021.AYIRAMPrefix for 1015.IKIYAMPrefix for 1012.ILANCIPrefix for 1018.MEIYYIRAMPrefix for 106.NELAIPrefix for 101.NURAIYIRAMPrefix for 109.NURUPrefix for 102.PATHU௰ (pathu)PATTAYIRAMPrefix for 104.TOLLUNPrefix for 109.VELLAMPrefix for 1020. -
Method Summary
Modifier and Type Method Description intgetExponent()Exponent part of the associated factor in base^exponent representation.StringgetName()Returns the name of this prefix.StringgetSymbol()Returns the symbol of this prefix.IntegergetValue()Base part of the associated factor inbase^exponentrepresentation.static TamilAncientPrefixvalueOf(String name)Returns the enum constant of this type with the specified name.static TamilAncientPrefix[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PATHU
௰ (pathu)
Prefix for 101. -
NURU
Prefix for 102. -
AYIRAM
Prefix for 1015. -
PATTAYIRAM
Prefix for 104. -
NURAIYIRAM
Prefix for 109. -
MEIYYIRAM
Prefix for 106. -
TOLLUN
Prefix for 109. -
IKIYAM
Prefix for 1012. -
NELAI
Prefix for 101. -
ILANCI
Prefix for 1018. -
VELLAM
Prefix for 1020. -
AMPAL
Prefix for 1021.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
Base part of the associated factor inbase^exponentrepresentation.- Specified by:
getValuein interfacejavax.measure.Prefix
-
getExponent
Exponent part of the associated factor in base^exponent representation.- Specified by:
getExponentin interfacejavax.measure.Prefix
-
getName
Returns the name of this prefix.- Specified by:
getNamein interfacejavax.measure.Prefix- Returns:
- this prefix name, not
null.
-
getSymbol
Returns the symbol of this prefix.- Specified by:
getSymbolin interfacejavax.measure.Prefix- Returns:
- this prefix symbol, not
null.
-