public class LoadWarning
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LoadWarning.E
Define the type of element with the problem
|
static class |
LoadWarning.W |
Modifier and Type | Field and Description |
---|---|
int |
barIndex
The index of the bar containing the problem -- -1 for all bars
|
LoadWarning.E |
element
The type of element which has a problem
|
int |
partIndex
The index of the part containing the problem -- -1 for all parts
|
LoadWarning.W |
warning
The warning type
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final LoadWarning.W warning
public final int partIndex
public final int barIndex
public final LoadWarning.E element