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
Fields in org.datanucleus.metadata declared as NullValueModifier and TypeFieldDescriptionprotected NullValue
AbstractMemberMetaData.nullValue
null-value tag value (default is NONE).Methods in org.datanucleus.metadata that return NullValueModifier and TypeMethodDescriptionAbstractMemberMetaData.getNullValue()
static NullValue
NullValue.getNullValue
(String value) Obtain a NullValue for the given name byvalue
static NullValue
Returns 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