WebExtensionBinding

Inheritance: java.lang.Object

public class WebExtensionBinding

Represents a binding relationship between an Office Add-in and the data in the document.

Constructors

ConstructorDescription
WebExtensionBinding()

Methods

MethodDescription
equals(Object arg0)
getAppref()Gets the binding key used to map the binding entry in this list with the bound data in the document.
getClass()
getId()Gets the binding identifier.
getType()Gets the binding type.
hashCode()
notify()
notifyAll()
setAppref(String value)Sets the binding key used to map the binding entry in this list with the bound data in the document.
setId(String value)Sets the binding identifier.
setType(String value)Sets the binding type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

WebExtensionBinding()

public WebExtensionBinding()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAppref()

public String getAppref()

Gets the binding key used to map the binding entry in this list with the bound data in the document.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getId()

public String getId()

Gets the binding identifier.

Returns: java.lang.String

getType()

public String getType()

Gets the binding type.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAppref(String value)

public void setAppref(String value)

Sets the binding key used to map the binding entry in this list with the bound data in the document.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setId(String value)

public void setId(String value)

Sets the binding identifier.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setType(String value)

public void setType(String value)

Sets the binding type.

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