public static enum AreaValue.Unit extends Enum<AreaValue.Unit>
Enum Constant and Description |
---|
A |
AC |
HA |
SQCM |
SQDM |
SQFT |
SQIN |
SQKM |
SQM |
SQMI |
SQMM |
SQRD |
SQYD |
Modifier and Type | Method and Description |
---|---|
static AreaValue.Unit |
getBaseUnit() |
BigDecimal |
getBaseUnitFactor()
Faktor zur Umrechnung auf die Basiseinheit.
|
String |
toString() |
static AreaValue.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaValue.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
write() |
public static final AreaValue.Unit SQMM
public static final AreaValue.Unit SQCM
public static final AreaValue.Unit SQDM
public static final AreaValue.Unit SQM
public static final AreaValue.Unit A
public static final AreaValue.Unit HA
public static final AreaValue.Unit SQKM
public static final AreaValue.Unit SQIN
public static final AreaValue.Unit SQFT
public static final AreaValue.Unit SQYD
public static final AreaValue.Unit SQRD
public static final AreaValue.Unit AC
public static final AreaValue.Unit SQMI
public static AreaValue.Unit[] values()
for (AreaValue.Unit c : AreaValue.Unit.values()) System.out.println(c);
public static AreaValue.Unit 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 static AreaValue.Unit getBaseUnit()
public BigDecimal getBaseUnitFactor()
public String toString()
toString
in class Enum<AreaValue.Unit>
public String write()
Copyright © 2019 OpenEstate. All rights reserved.