Serializable, Comparable<TamilSanskritPrefix>, javax.measure.Prefixpublic enum TamilSanskritPrefix extends Enum<TamilSanskritPrefix> implements javax.measure.Prefix
| Enum Constant | Description |
|---|---|
āmpal |
Prefix for 10-2.
|
āyiram |
Prefix for 1015.
|
īkiyam |
Prefix for 102.
|
iļañci |
Prefix for 10-1.
|
meiyyiram |
Prefix for 106.
|
neļai |
Prefix for 101.
|
nūraiyiram |
Prefix for 109.
|
nūru |
Prefix for 1018.
|
PATHU |
௰ (pathu)
|
pattāyiram |
Prefix for 1012.
|
tollun |
Prefix for 103.
|
veļļam |
Prefix for 10-2.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getExponent() |
Exponent part of the associated factor in base^exponent representation.
|
String |
getName() |
Returns the name of this prefix.
|
String |
getSymbol() |
Returns the symbol of this prefix.
|
Integer |
getValue() |
Base part of the associated factor in
base^exponent representation. |
static TamilSanskritPrefix |
valueOf(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.
|
public static final TamilSanskritPrefix PATHU
௰ (pathu)
Prefix for 1021.public static final TamilSanskritPrefix nūru
public static final TamilSanskritPrefix āyiram
public static final TamilSanskritPrefix pattāyiram
public static final TamilSanskritPrefix nūraiyiram
public static final TamilSanskritPrefix meiyyiram
public static final TamilSanskritPrefix tollun
public static final TamilSanskritPrefix īkiyam
public static final TamilSanskritPrefix neļai
public static final TamilSanskritPrefix iļañci
public static final TamilSanskritPrefix veļļam
public static final TamilSanskritPrefix āmpal
public static TamilSanskritPrefix[] values()
for (TamilSanskritPrefix c : TamilSanskritPrefix.values()) System.out.println(c);
public static TamilSanskritPrefix valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Integer getValue()
base^exponent representation.getValue in interface javax.measure.Prefixpublic int getExponent()
getExponent in interface javax.measure.Prefixpublic String getName()
getName in interface javax.measure.Prefixnull.Copyright © 2005–2020 Units of Measurement project. All rights reserved.