MySQL NDB Cluster API Developer Guide

4.3.2.9 NullValue

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

4.3.2.9.1 Synopsis
 public final class NullValue extends, Enum<NullValue> {
// Public Static Fields  public static final NullValue DEFAULT ;
  public static final NullValue EXCEPTION ;
  public static final NullValue NONE ;
// Public Static Methods  public static NullValue valueOf(String name);
  public static 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