Serializable, Comparable<TamilAncientPrefix>, javax.measure.Prefixpublic enum TamilAncientPrefix extends Enum<TamilAncientPrefix> 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.
|
pattāyiram |
Prefix for 1012.
|
PATU |
௰ (pathu)
|
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 TamilAncientPrefix |
valueOf(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.
|
public static final TamilAncientPrefix PATU
௰ (pathu)
Prefix for 1021.public static final TamilAncientPrefix nūru
public static final TamilAncientPrefix āyiram
public static final TamilAncientPrefix pattāyiram
public static final TamilAncientPrefix nūraiyiram
public static final TamilAncientPrefix meiyyiram
public static final TamilAncientPrefix tollun
public static final TamilAncientPrefix īkiyam
public static final TamilAncientPrefix neļai
public static final TamilAncientPrefix iļañci
public static final TamilAncientPrefix veļļam
public static final TamilAncientPrefix āmpal
public static TamilAncientPrefix[] values()
for (TamilAncientPrefix c : TamilAncientPrefix.values()) System.out.println(c);
public static TamilAncientPrefix 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.