WebExtensionReference

Inheritance: java.lang.Object

public class WebExtensionReference

Represents identify the provider location and version of the extension.

Methods

MethodDescription
equals(Object arg0)
getClass()
getId()Gets the identifier associated with the Office Add-in within a catalog provider.
getStoreName()Gets the instance of the marketplace where the Office Add-in is stored. .
getStoreType()Gets the type of marketplace that the store attribute identifies.
getVersion()Gets the version.
hashCode()
notify()
notifyAll()
setId(String value)Sets the identifier associated with the Office Add-in within a catalog provider.
setStoreName(String value)Sets the instance of the marketplace where the Office Add-in is stored. .
setStoreType(int value)Sets the type of marketplace that the store attribute identifies.
setVersion(String value)Sets the version.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getId()

public String getId()

Gets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

Returns: java.lang.String

getStoreName()

public String getStoreName()

Gets the instance of the marketplace where the Office Add-in is stored. .

Returns: java.lang.String

getStoreType()

public int getStoreType()

Gets the type of marketplace that the store attribute identifies.

See WebExtensionStoreType.

Returns: int

getVersion()

public String getVersion()

Gets the version.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setId(String value)

public void setId(String value)

Sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStoreName(String value)

public void setStoreName(String value)

Sets the instance of the marketplace where the Office Add-in is stored. .

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStoreType(int value)

public void setStoreType(int value)

Sets the type of marketplace that the store attribute identifies.

See WebExtensionStoreType.

Parameters:

ParameterTypeDescription
valueint

setVersion(String value)

public void setVersion(String value)

Sets the version.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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