public static enum InverseManager.ProbeID extends java.lang.Enum<InverseManager.ProbeID>
Enum Constant and Description |
---|
COMPUTED_EXCITATIONS |
INPUT_EXCITATIONS |
POSITION_ERROR |
SOURCE_POSITIONS |
TARGET_FORCES |
TARGET_POSITIONS |
TRACKED_POSITIONS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName() |
java.lang.String |
getName() |
static InverseManager.ProbeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InverseManager.ProbeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InverseManager.ProbeID TARGET_POSITIONS
public static final InverseManager.ProbeID TARGET_FORCES
public static final InverseManager.ProbeID INPUT_EXCITATIONS
public static final InverseManager.ProbeID TRACKED_POSITIONS
public static final InverseManager.ProbeID SOURCE_POSITIONS
public static final InverseManager.ProbeID POSITION_ERROR
public static final InverseManager.ProbeID COMPUTED_EXCITATIONS
public static InverseManager.ProbeID[] values()
for (InverseManager.ProbeID c : InverseManager.ProbeID.values()) System.out.println(c);
public static InverseManager.ProbeID valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.lang.String getFileName()