public static class HumanData.EditDisplayBodyParts extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL
Indicate edit display body parts named all
|
static int |
_CENTER_OF_MASS
Indicate edit display body parts named center of mass
|
static int |
_HIP_POINT
Indicate edit display body parts named hip point
|
static int |
_LEFT_EYE_POINT
Indicate edit display body parts named left eye point
|
static int |
_LEFT_HEEL_POINT
Indicate edit display body parts named left heel point
|
static int |
_LEFT_TOE_POINT
Indicate edit display body parts named left toe point
|
static int |
_MID_EYE_POINT
Indicate edit display body parts named mid eye point
|
static int |
_RIGHT_EYE_POINT
Indicate edit display body parts named right eye point
|
static int |
_RIGHT_HEEL_POINT
Indicate edit display body parts named right heel point
|
static int |
_RIGHT_TOE_POINT
Indicate edit display body parts named right toe point
|
static HumanData.EditDisplayBodyParts |
ALL
Indicate edit display body parts named all
|
static HumanData.EditDisplayBodyParts |
CENTER_OF_MASS
Indicate edit display body parts named center of mass
|
static HumanData.EditDisplayBodyParts |
HIP_POINT
Indicate edit display body parts named hip point
|
static HumanData.EditDisplayBodyParts |
LEFT_EYE_POINT
Indicate edit display body parts named left eye point
|
static HumanData.EditDisplayBodyParts |
LEFT_HEEL_POINT
Indicate edit display body parts named left heel point
|
static HumanData.EditDisplayBodyParts |
LEFT_TOE_POINT
Indicate edit display body parts named left toe point
|
static HumanData.EditDisplayBodyParts |
MID_EYE_POINT
Indicate edit display body parts named mid eye point
|
static HumanData.EditDisplayBodyParts |
RIGHT_EYE_POINT
Indicate edit display body parts named right eye point
|
static HumanData.EditDisplayBodyParts |
RIGHT_HEEL_POINT
Indicate edit display body parts named right heel point
|
static HumanData.EditDisplayBodyParts |
RIGHT_TOE_POINT
Indicate edit display body parts named right toe point
|
Modifier and Type | Method and Description |
---|---|
static HumanData.EditDisplayBodyParts |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static HumanData.EditDisplayBodyParts |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static HumanData.EditDisplayBodyParts[] |
values()
Returns an array that contains the values for this enum.
|
public static final HumanData.EditDisplayBodyParts LEFT_EYE_POINT
public static final HumanData.EditDisplayBodyParts RIGHT_EYE_POINT
public static final HumanData.EditDisplayBodyParts MID_EYE_POINT
public static final HumanData.EditDisplayBodyParts HIP_POINT
public static final HumanData.EditDisplayBodyParts LEFT_TOE_POINT
public static final HumanData.EditDisplayBodyParts RIGHT_TOE_POINT
public static final HumanData.EditDisplayBodyParts LEFT_HEEL_POINT
public static final HumanData.EditDisplayBodyParts RIGHT_HEEL_POINT
public static final HumanData.EditDisplayBodyParts CENTER_OF_MASS
public static final HumanData.EditDisplayBodyParts ALL
public static final int _LEFT_EYE_POINT
public static final int _RIGHT_EYE_POINT
public static final int _MID_EYE_POINT
public static final int _HIP_POINT
public static final int _LEFT_TOE_POINT
public static final int _RIGHT_TOE_POINT
public static final int _LEFT_HEEL_POINT
public static final int _RIGHT_HEEL_POINT
public static final int _CENTER_OF_MASS
public static final int _ALL
public static HumanData.EditDisplayBodyParts valueOf(int value)
public static HumanData.EditDisplayBodyParts valueOf(String name)
public static HumanData.EditDisplayBodyParts[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.