Uses of Enum
org.datanucleus.metadata.NullValue
Packages that use NullValue
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
-
Uses of NullValue in org.datanucleus.metadata
Subclasses with type arguments of type NullValue in org.datanucleus.metadataModifier and TypeClassDescriptionenumRepresentation of how to handle a null value (in a field).Fields in org.datanucleus.metadata declared as NullValueModifier and TypeFieldDescriptionprotected NullValueAbstractMemberMetaData.nullValuenull-value tag value (default is NONE).Methods in org.datanucleus.metadata that return NullValueModifier and TypeMethodDescriptionAbstractMemberMetaData.getNullValue()static NullValueNullValue.getNullValue(String value) Obtain a NullValue for the given name byvaluestatic NullValueReturns the enum constant of this type with the specified name.static NullValue[]NullValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.metadata with parameters of type NullValue