| Package | Description |
|---|---|
| org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataFileType |
FileMetaData.type
Type of file (JDO, ORM, JDOQUERY, etc)
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFileType |
FileMetaData.getType() |
static MetadataFileType |
MetadataFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataFileType[] |
MetadataFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileMetaData |
FileMetaData.setType(MetadataFileType type) |
Copyright © 2020. All rights reserved.