Enumeration of the "null-value" behavior values. This behavior is specified in the @Persistent annotation.
public final class com.mysql.clusterj.annotation.NullValue extends java.lang.Enum<com.mysql.clusterj.annotation.NullValue> {
// Public Static Fieldspublic 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 Methodspublic 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