public static class FreeBodyResultsBuilder.LocationMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_COORDS
location is defined by coordinates
|
static int |
_CSYSORIGIN
location is defined by coordinate system origin
|
static int |
_ID
location is defined by node id
|
static FreeBodyResultsBuilder.LocationMethod |
COORDS
location is defined by coordinates
|
static FreeBodyResultsBuilder.LocationMethod |
CSYSORIGIN
location is defined by coordinate system origin
|
static FreeBodyResultsBuilder.LocationMethod |
ID
location is defined by node id
|
Modifier and Type | Method and Description |
---|---|
static FreeBodyResultsBuilder.LocationMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static FreeBodyResultsBuilder.LocationMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static FreeBodyResultsBuilder.LocationMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final FreeBodyResultsBuilder.LocationMethod ID
public static final FreeBodyResultsBuilder.LocationMethod COORDS
public static final FreeBodyResultsBuilder.LocationMethod CSYSORIGIN
public static final int _ID
public static final int _COORDS
public static final int _CSYSORIGIN
public static FreeBodyResultsBuilder.LocationMethod valueOf(int value)
public static FreeBodyResultsBuilder.LocationMethod valueOf(String name)
public static FreeBodyResultsBuilder.LocationMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.