Uses of Class
org.datanucleus.metadata.NullValue
-
Packages that use NullValue Package Description org.datanucleus.metadata 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 NullValue Modifier and Type Field Description protected NullValueAbstractMemberMetaData. nullValuenull-value tag value (default is NONE).Methods in org.datanucleus.metadata that return NullValue Modifier and Type Method Description NullValueAbstractMemberMetaData. getNullValue()static NullValueNullValue. getNullValue(String value)Obtain a NullValue for the given name byvaluestatic NullValueNullValue. valueOf(String name)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 Modifier and Type Method Description AbstractMemberMetaDataAbstractMemberMetaData. setNullValue(NullValue val)
-