Package | Description |
---|---|
com.sun.electric.tool.simulation.sctiming |
Modifier and Type | Method and Description |
---|---|
static LibData.Error |
LibData.Error.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibData.Error[] |
LibData.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
LibData.getMessage(LibData.Error error)
Get error string for the given type
|