public static class HumanData.StatureUnitType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CM
Indicate cm for stature
|
static int |
_INCH
Indicate inch for stature
|
static int |
_M
Indicate m for stature
|
static int |
_MM
Indicate mm for stature
|
static HumanData.StatureUnitType |
CM
Indicate cm for stature
|
static HumanData.StatureUnitType |
INCH
Indicate inch for stature
|
static HumanData.StatureUnitType |
M
Indicate m for stature
|
static HumanData.StatureUnitType |
MM
Indicate mm for stature
|
Modifier and Type | Method and Description |
---|---|
static HumanData.StatureUnitType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static HumanData.StatureUnitType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static HumanData.StatureUnitType[] |
values()
Returns an array that contains the values for this enum.
|
public static final HumanData.StatureUnitType INCH
public static final HumanData.StatureUnitType MM
public static final HumanData.StatureUnitType CM
public static final HumanData.StatureUnitType M
public static final int _INCH
public static final int _MM
public static final int _CM
public static final int _M
public static HumanData.StatureUnitType valueOf(int value)
public static HumanData.StatureUnitType valueOf(String name)
public static HumanData.StatureUnitType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.