public class Response extends Enum
Modifier and Type | Method and Description |
---|---|
static Response |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Response |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Response[] |
values()
Returns an array that contains the values for this enum.
|
public static final Response NONE
public static final Response WEIGHT
public static final Response VOLUME
public static final Response FREQUENCY
public static final Response TEMPERATURE
public static final Response STRESS_VON_MISES
public static final Response STRAIN_VON_MISES
public static final Response TRANSLATION_X
public static final Response TRANSLATION_Y
public static final Response TRANSLATION_Z
public static final Response ROTATION_X
public static final Response ROTATION_Y
public static final Response ROTATION_Z
public static final Response STRESS2DMAXIMUM_SHEAR
public static final Response STRESS2DMAJOR_PRINCIPAL
public static final Response STRESS2DMINOR_PRINCIPAL
public static final Response STRESS2DVON_MISES
public static final Response STRESS2DMAXIMUM_SHEAR_BOTTOM
public static final Response STRESS2DMAJOR_PRINCIPAL_BOTTOM
public static final Response STRESS2DMINOR_PRINCIPAL_BOTTOM
public static final Response STRESS2DVON_MISES_BOTTOM
public static final Response STRAIN2DMAXIMUM_SHEAR
public static final Response STRAIN2DMAJOR_PRINCIPAL
public static final Response STRAIN2DMINOR_PRINCIPAL
public static final Response STRAIN2DVON_MISES
public static final Response STRAIN2DMAXIMUM_SHEAR_BOTTOM
public static final Response STRAIN2DMAJOR_PRINCIPAL_BOTTOM
public static final Response STRAIN2DMINOR_PRINCIPAL_BOTTOM
public static final Response STRAIN2DVON_MISES_BOTTOM
public static final Response STRESS1DVON_MISES_STRESS_RECOVERY_POINT_C
public static final Response STRESS1DVON_MISES_STRESS_RECOVERY_POINT_D
public static final Response STRESS1DVON_MISES_STRESS_RECOVERY_POINT_E
public static final Response STRESS1DVON_MISES_STRESS_RECOVERY_POINT_F
public static final Response STRESS1DVON_MISES_MAXIMUM
public static final Response STRESS1DVON_MISES_MINIMUM
public static final Response STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_C
public static final Response STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_D
public static final Response STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_E
public static final Response STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_F
public static final Response STRAIN1DVON_MISES_MAXIMUM
public static final Response STRAIN1DVON_MISES_MINIMUM
public static final Response STRESS3DFIRST_PRINCIPAL
public static final Response STRESS3DSECOND_PRINCIPAL
public static final Response STRESS3DTHIRD_PRINCIPAL
public static final Response STRESS3DVON_MISES
public static final Response STRAIN3DFIRST_PRINCIPAL
public static final Response STRAIN3DSECOND_PRINCIPAL
public static final Response STRAIN3DTHIRD_PRINCIPAL
public static final Response STRAIN3DVON_MISES
public static final Response RESULT_MEASURE
public static final int _NONE
public static final int _WEIGHT
public static final int _VOLUME
public static final int _FREQUENCY
public static final int _TEMPERATURE
public static final int _STRESS_VON_MISES
public static final int _STRAIN_VON_MISES
public static final int _TRANSLATION_X
public static final int _TRANSLATION_Y
public static final int _TRANSLATION_Z
public static final int _ROTATION_X
public static final int _ROTATION_Y
public static final int _ROTATION_Z
public static final int _STRESS2DMAXIMUM_SHEAR
public static final int _STRESS2DMAJOR_PRINCIPAL
public static final int _STRESS2DMINOR_PRINCIPAL
public static final int _STRESS2DVON_MISES
public static final int _STRESS2DMAXIMUM_SHEAR_BOTTOM
public static final int _STRESS2DMAJOR_PRINCIPAL_BOTTOM
public static final int _STRESS2DMINOR_PRINCIPAL_BOTTOM
public static final int _STRESS2DVON_MISES_BOTTOM
public static final int _STRAIN2DMAXIMUM_SHEAR
public static final int _STRAIN2DMAJOR_PRINCIPAL
public static final int _STRAIN2DMINOR_PRINCIPAL
public static final int _STRAIN2DVON_MISES
public static final int _STRAIN2DMAXIMUM_SHEAR_BOTTOM
public static final int _STRAIN2DMAJOR_PRINCIPAL_BOTTOM
public static final int _STRAIN2DMINOR_PRINCIPAL_BOTTOM
public static final int _STRAIN2DVON_MISES_BOTTOM
public static final int _STRESS1DVON_MISES_STRESS_RECOVERY_POINT_C
public static final int _STRESS1DVON_MISES_STRESS_RECOVERY_POINT_D
public static final int _STRESS1DVON_MISES_STRESS_RECOVERY_POINT_E
public static final int _STRESS1DVON_MISES_STRESS_RECOVERY_POINT_F
public static final int _STRESS1DVON_MISES_MAXIMUM
public static final int _STRESS1DVON_MISES_MINIMUM
public static final int _STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_C
public static final int _STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_D
public static final int _STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_E
public static final int _STRAIN1DVON_MISES_STRESS_RECOVERY_POINT_F
public static final int _STRAIN1DVON_MISES_MAXIMUM
public static final int _STRAIN1DVON_MISES_MINIMUM
public static final int _STRESS3DFIRST_PRINCIPAL
public static final int _STRESS3DSECOND_PRINCIPAL
public static final int _STRESS3DTHIRD_PRINCIPAL
public static final int _STRESS3DVON_MISES
public static final int _STRAIN3DFIRST_PRINCIPAL
public static final int _STRAIN3DSECOND_PRINCIPAL
public static final int _STRAIN3DTHIRD_PRINCIPAL
public static final int _STRAIN3DVON_MISES
public static final int _RESULT_MEASURE
public static Response valueOf(int value)
public static Response valueOf(String name)
public static Response[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.