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