Package systems.uom.common.historic
Enum TamilSanskritPrefix
- All Implemented Interfaces:
Serializable,Comparable<TamilSanskritPrefix>,java.lang.constant.Constable,javax.measure.Prefix
public enum TamilSanskritPrefix extends Enum<TamilSanskritPrefix> implements javax.measure.Prefix
Utility class holding traditional numbers of the Ancient Tamil Country, Tamizhakam.
Unit PATHU_METER = PATHU(METER);
- Version:
- 1.1, $Date: 2021-03-29 $
- Author:
- Werner Keil
- See Also:
- Wikipedia: Tamil units of measurement - Sanskritized version *
-
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 āmpalPrefix for 10-2.āyiramPrefix for 1015.īkiyamPrefix for 102.iļañciPrefix for 10-1.meiyyiramPrefix for 106.neļaiPrefix for 101.nūraiyiramPrefix for 109.nūruPrefix for 1018.PATHU௰ (pathu)pattāyiramPrefix for 1012.tollunPrefix for 103.veļļamPrefix for 10-2. -
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 TamilSanskritPrefixvalueOf(String name)Returns the enum constant of this type with the specified name.static TamilSanskritPrefix[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PATHU
௰ (pathu)
Prefix for 1021. -
nūru
Prefix for 1018. -
āyiram
Prefix for 1015. -
pattāyiram
Prefix for 1012. -
nūraiyiram
Prefix for 109. -
meiyyiram
Prefix for 106. -
tollun
Prefix for 103. -
īkiyam
Prefix for 102. -
neļai
Prefix for 101. -
iļañci
Prefix for 10-1. -
veļļam
Prefix for 10-2. -
āmpal
Prefix for 10-2.
-
-
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.
-