Uses of Class
net.n2oapp.framework.config.persister.MetadataPersister.RestoreMode
-
Packages that use MetadataPersister.RestoreMode Package Description net.n2oapp.framework.config.persister -
-
Uses of MetadataPersister.RestoreMode in net.n2oapp.framework.config.persister
Methods in net.n2oapp.framework.config.persister that return MetadataPersister.RestoreMode Modifier and Type Method Description static MetadataPersister.RestoreModeMetadataPersister.RestoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataPersister.RestoreMode[]MetadataPersister.RestoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-