Package | Description |
---|---|
javax.jdo.annotations | |
javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
Modifier and Type | Method and Description |
---|---|
static NullValue |
NullValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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.
|
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 |
---|---|
NullValue |
MemberMetadata.getNullValue()
Accessor for the behaviour of a null value
|
NullValue |
MemberMetadata.getNullValue()
Accessor for the behaviour of a null value
|
Modifier and Type | Method and Description |
---|---|
MemberMetadata |
MemberMetadata.setNullValue(NullValue val)
Method to set the behaviour of a null value
|
MemberMetadata |
MemberMetadata.setNullValue(NullValue val)
Method to set the behaviour of a null value
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.