4.3.2.9. Class NullValue

4.3.2.9.1. Synopsis

Enumeration of the "null-value" behavior values. This behavior is specified in the @Persistent annotation.

4.3.2.9.1. Synopsis
 public final class com.mysql.clusterj.annotation.NullValue extends, java.lang.Enum<com.­mysql.­clusterj.­annotation.­NullValue> {
// Public Static Fields  public static final com.mysql.clusterj.annotation.NullValue DEFAULT ;
  public static final com.mysql.clusterj.annotation.NullValue EXCEPTION ;
  public static final com.mysql.clusterj.annotation.NullValue NONE ;
// Public Static Methods  public static com.­mysql.­clusterj.­annotation.­NullValue valueOf(java.lang.String name);
  public static com.­mysql.­clusterj.­annotation.­NullValue[] values();
}

Methods inherited from java.lang.Enum: compareTo , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf

Methods inherited from java.lang.Object: getClass , notify , notifyAll , wait