Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
Modifier and Type | Field and Description |
---|---|
protected NullValue |
AbstractMemberMetaData.nullValue
null-value tag value (default is NONE).
|
Modifier and Type | Method and Description |
---|---|
NullValue |
AbstractMemberMetaData.getNullValue() |
static NullValue |
NullValue.getNullValue(String value)
Obtain a NullValue for the given name by
value |
static NullValue |
NullValue.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.
|
Modifier and Type | Method and Description |
---|---|
AbstractMemberMetaData |
AbstractMemberMetaData.setNullValue(NullValue val) |
Copyright © 2019. All rights reserved.