|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Diagnostic
public class Diagnostic
Diagnostic description for a submit element
Field Summary | |
---|---|
static int |
INPUT_UNMATCH_SCHEMA_TYPE
The input value does not match schema type |
static int |
MISSING_INPUT
Missing the required or not nullable input |
static int |
OUT_MAX_LENGTH
The input value's length is out of boundary |
static int |
VALID
No error |
Constructor Summary | |
---|---|
Diagnostic()
|
|
Diagnostic(int errorCode)
|
Method Summary | |
---|---|
int |
getErrorCode()
Gets result |
void |
setErrorCode(int errorCode)
Sets result |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALID
public static final int MISSING_INPUT
public static final int OUT_MAX_LENGTH
public static final int INPUT_UNMATCH_SCHEMA_TYPE
Constructor Detail |
---|
public Diagnostic(int errorCode)
public Diagnostic()
Method Detail |
---|
public int getErrorCode()
public void setErrorCode(int errorCode)
result
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |