All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.document.ui.client.main.FieldCode Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.document.ui.client.main;

import com.google.gwt.core.client.JavaScriptObject;

/**
 * The type Field code.
 */
public class FieldCode extends JavaScriptObject {

    /**
     * Instantiates a new Field code.
     */
    protected FieldCode() {
	}

    /**
     * Value string.
     *
     * @return the string
     */
    public final native String value()/*-{
		return this.value;
	}-*/;

    /**
     * Desc string.
     *
     * @return the string
     */
    public final native String desc()/*-{
		return this.desc;
	}-*/;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy