public final class WebExtensionStoreType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Default value.
|
static int |
EX_CATALOG
Specifies that the store type is Centralized Deployment via Exchange.
|
static int |
EXCHANGE
Specifies that the store type is an Exchange server.
|
static int |
FILE_SYSTEM
Specifies that the store type is a file system share.
|
static int |
length |
static int |
OMEX
Specifies that the store type is Office.com.
|
static int |
REGISTRY
Specifies that the store type is the system registry.
|
static int |
SP_APP |
static int |
SP_CATALOG |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String webExtensionStoreTypeName) |
static java.lang.String |
getName(int webExtensionStoreType) |
static int[] |
getValues() |
static java.lang.String |
toString(int webExtensionStoreType) |
public static final int SP_CATALOG
public static final int OMEX
public static final int SP_APP
public static final int EXCHANGE
public static final int FILE_SYSTEM
public static final int REGISTRY
public static final int EX_CATALOG
public static final int DEFAULT
public static final int length