|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.binding.model.ValidationProblem
public class ValidationProblem
Problem reported by model validation. Provides the details for a specific problem item.
| Field Summary | |
|---|---|
static int |
ERROR_LEVEL
|
static int |
FATAL_LEVEL
|
static int |
WARNING_LEVEL
|
| Method Summary | |
|---|---|
static String |
componentDescription(Object obj)
Create description text for a component of a binding definition. |
Object |
getComponent()
Get the main binding definition item for the problem. |
String |
getDescription()
Get problem description. |
int |
getSeverity()
Get problem severity level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int WARNING_LEVEL
public static final int ERROR_LEVEL
public static final int FATAL_LEVEL
| Method Detail |
|---|
public static String componentDescription(Object obj)
obj - binding definition component
public Object getComponent()
public String getDescription()
public int getSeverity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||