public static class ModelUpdateSolution.TargetType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL
Export all the targets to the csv file
|
static int |
_FREQUENCIES
Export all the frequency targets to the csv file
|
static int |
_MODE_SHAPES
Export all the mode shape targets to the csv file
|
static ModelUpdateSolution.TargetType |
ALL
Export all the targets to the csv file
|
static ModelUpdateSolution.TargetType |
FREQUENCIES
Export all the frequency targets to the csv file
|
static ModelUpdateSolution.TargetType |
MODE_SHAPES
Export all the mode shape targets to the csv file
|
Modifier and Type | Method and Description |
---|---|
static ModelUpdateSolution.TargetType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ModelUpdateSolution.TargetType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ModelUpdateSolution.TargetType[] |
values()
Returns an array that contains the values for this enum.
|
public static final ModelUpdateSolution.TargetType ALL
public static final ModelUpdateSolution.TargetType FREQUENCIES
public static final ModelUpdateSolution.TargetType MODE_SHAPES
public static final int _ALL
public static final int _FREQUENCIES
public static final int _MODE_SHAPES
public static ModelUpdateSolution.TargetType valueOf(int value)
public static ModelUpdateSolution.TargetType valueOf(String name)
public static ModelUpdateSolution.TargetType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.