WebExtensionStoreType

Inheritance: java.lang.Object

public final class WebExtensionStoreType

Represents the store type of web extension.

Fields

FieldDescription
EXCHANGESpecifies that the store type is an Exchange server.
EX_CATALOGSpecifies that the store type is Centralized Deployment via Exchange.
FILE_SYSTEMSpecifies that the store type is a file system share.
OMEXSpecifies that the store type is Office.com.
REGISTRYSpecifies that the store type is the system registry.
SP_APPSpecifies that the store type is a SharePoint web application.
SP_CATALOGSpecifies that the store type is SharePoint corporate catalog.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int