com.sybase.uep.bobclient.actions
Class Diagnostic

java.lang.Object
  extended by com.sybase.uep.bobclient.actions.Diagnostic

public class Diagnostic
extends java.lang.Object

Diagnostic description for a submit element

Author:
haowang

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

VALID

public static final int VALID
No error

See Also:
Constant Field Values

MISSING_INPUT

public static final int MISSING_INPUT
Missing the required or not nullable input

See Also:
Constant Field Values

OUT_MAX_LENGTH

public static final int OUT_MAX_LENGTH
The input value's length is out of boundary

See Also:
Constant Field Values

INPUT_UNMATCH_SCHEMA_TYPE

public static final int INPUT_UNMATCH_SCHEMA_TYPE
The input value does not match schema type

See Also:
Constant Field Values
Constructor Detail

Diagnostic

public Diagnostic(int errorCode)

Diagnostic

public Diagnostic()
Method Detail

getErrorCode

public int getErrorCode()
Gets result

Returns:

setErrorCode

public void setErrorCode(int errorCode)
Sets result

Parameters:
result -