public class DegreesOfFreedomStatus extends Enum
DegreesOfFreedom
.Modifier and Type | Field and Description |
---|---|
static int |
_FREE
The point or direction is under defined.
|
static int |
_FREE_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
static int |
_INSTANTANEOUS
The point or direction is instantaneous.
|
static int |
_INSTANTANEOUS_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
static int |
_NOT_USED
The field is not used.
|
static int |
_STATIC
The point or direction is well defined.
|
static int |
_STATIC_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
static DegreesOfFreedomStatus |
FREE
The point or direction is under defined.
|
static DegreesOfFreedomStatus |
FREE_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
static DegreesOfFreedomStatus |
INSTANTANEOUS
The point or direction is instantaneous.
|
static DegreesOfFreedomStatus |
INSTANTANEOUS_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
static DegreesOfFreedomStatus |
NOT_USED
The field is not used.
|
static DegreesOfFreedomStatus |
STATIC
The point or direction is well defined.
|
static DegreesOfFreedomStatus |
STATIC_NORMAL
The direction represents a normal to two translational degrees of freedom.
|
Modifier and Type | Method and Description |
---|---|
static DegreesOfFreedomStatus |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static DegreesOfFreedomStatus |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static DegreesOfFreedomStatus[] |
values()
Returns an array that contains the values for this enum.
|
public static final DegreesOfFreedomStatus NOT_USED
public static final DegreesOfFreedomStatus STATIC
public static final DegreesOfFreedomStatus FREE
public static final DegreesOfFreedomStatus INSTANTANEOUS
public static final DegreesOfFreedomStatus STATIC_NORMAL
public static final DegreesOfFreedomStatus FREE_NORMAL
public static final DegreesOfFreedomStatus INSTANTANEOUS_NORMAL
public static final int _NOT_USED
public static final int _STATIC
public static final int _FREE
public static final int _INSTANTANEOUS
public static final int _STATIC_NORMAL
public static final int _FREE_NORMAL
public static final int _INSTANTANEOUS_NORMAL
public static DegreesOfFreedomStatus valueOf(int value)
public static DegreesOfFreedomStatus valueOf(String name)
public static DegreesOfFreedomStatus[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.