Uses of Class
org.datanucleus.metadata.MapMetaData.MapType
-
Packages that use MapMetaData.MapType Package Description org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. -
-
Uses of MapMetaData.MapType in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as MapMetaData.MapType Modifier and Type Field Description protected MapMetaData.MapTypeMapMetaData. mapTypeType of map.Methods in org.datanucleus.metadata that return MapMetaData.MapType Modifier and Type Method Description MapMetaData.MapTypeMapMetaData. getMapType()static MapMetaData.MapTypeMapMetaData.MapType. valueOf(String name)Returns the enum constant of this type with the specified name.static MapMetaData.MapType[]MapMetaData.MapType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-