WebExtensionStoreType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class WebExtensionStoreType
Represents the store type of web extension.
Fields
Field | Description |
---|---|
EXCHANGE | Specifies that the store type is an Exchange server. |
EX_CATALOG | Specifies that the store type is Centralized Deployment via Exchange. |
FILE_SYSTEM | Specifies that the store type is a file system share. |
OMEX | Specifies that the store type is Office.com. |
REGISTRY | Specifies that the store type is the system registry. |
SP_APP | Specifies that the store type is a SharePoint web application. |
SP_CATALOG | Specifies that the store type is SharePoint corporate catalog. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
EXCHANGE
public static final int EXCHANGE
Specifies that the store type is an Exchange server.
EX_CATALOG
public static final int EX_CATALOG
Specifies that the store type is Centralized Deployment via Exchange.
FILE_SYSTEM
public static final int FILE_SYSTEM
Specifies that the store type is a file system share.
OMEX
public static final int OMEX
Specifies that the store type is Office.com.
REGISTRY
public static final int REGISTRY
Specifies that the store type is the system registry.
SP_APP
public static final int SP_APP
Specifies that the store type is a SharePoint web application.
SP_CATALOG
public static final int SP_CATALOG
Specifies that the store type is SharePoint corporate catalog.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |