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