Uses of Enum
org.datanucleus.metadata.MetaDataFileType
Packages that use MetaDataFileType
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
-
Uses of MetaDataFileType in org.datanucleus.metadata
Subclasses with type arguments of type MetaDataFileType in org.datanucleus.metadataModifier and TypeClassDescriptionenumEnum for the different types of metadata "files".Fields in org.datanucleus.metadata declared as MetaDataFileTypeModifier and TypeFieldDescriptionprotected MetaDataFileTypeFileMetaData.typeType of file (JDO, ORM, JDOQUERY, etc)Methods in org.datanucleus.metadata that return MetaDataFileTypeModifier and TypeMethodDescriptionFileMetaData.getType()static MetaDataFileTypeReturns 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.Methods in org.datanucleus.metadata with parameters of type MetaDataFileType