|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ValidationMechanismEnum
ValidationManager
instead - this class will be removed in the next major version release.
public class ValidationMechanismEnum
An enumeration of the possible validation mechanisms.
Field Summary | |
---|---|
static ValidationMechanismEnum |
VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT
Deprecated. Specifies the asynchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified in a different thread and execution continues. |
static ValidationMechanismEnum |
VALIDATION_MECHANISM_EXCEPTION
Deprecated. Specifies the exception architecture as the validation mechanism. |
static ValidationMechanismEnum |
VALIDATION_MECHANISM_PARENT
Deprecated. Specifies the parent of this object will be used to determine the validation mechanism. |
static ValidationMechanismEnum |
VALIDATION_MECHANISM_SYNCHRONOUS_EVENT
Deprecated. Specifies the synchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified before proceding with execution. |
Method Summary | |
---|---|
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ValidationMechanismEnum VALIDATION_MECHANISM_PARENT
public static final ValidationMechanismEnum VALIDATION_MECHANISM_SYNCHRONOUS_EVENT
public static final ValidationMechanismEnum VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT
public static final ValidationMechanismEnum VALIDATION_MECHANISM_EXCEPTION
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |