WebExtensionReference
Inheritance: java.lang.Object
public class WebExtensionReference
Represents identify the provider location and version of the extension.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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.
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setStoreName(String value)
public void setStoreName(String value)
Sets the instance of the marketplace where the Office Add-in is stored. .
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setStoreType(int value)
public void setStoreType(int value)
Sets the type of marketplace that the store attribute identifies.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setVersion(String value)
public void setVersion(String value)
Sets the version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
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 |