public class ValidationProblem extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_LEVEL |
static int |
FATAL_LEVEL |
static int |
UNIMPLEMENTED_LEVEL |
static int |
WARNING_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final int UNIMPLEMENTED_LEVEL
public static final int WARNING_LEVEL
public static final int ERROR_LEVEL
public static final int FATAL_LEVEL
public static String componentDescription(Object obj)
obj - binding definition componentpublic Object getComponent()
public String getDescription()
public int getSeverity()
Copyright © 2005-2013 jibx.org. All Rights Reserved.