Example usage for com.google.gwt.core.client JsArray toString

List of usage examples for com.google.gwt.core.client JsArray toString

Introduction

In this page you can find the example usage for com.google.gwt.core.client JsArray toString.

Prototype

@Override
public final String toString() 

Source Link

Document

Makes a best-effort attempt to get a useful debugging string describing the given JavaScriptObject.

Usage

From source file:org.dataconservancy.dcs.access.client.model.JsDeliverableUnit.java

License:Apache License

public void setMetadata(JsArray<JsMetadata> metadata) {
    set("metadata", metadata.toString());
}