ParameterStr$.java 4.94 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  scala.ScalaObject
 */
package com.adobe.forms.model;

import scala.ScalaObject;

public final class ParameterStr$
implements ScalaObject {
    public static final ParameterStr$ MODULE$;
    private final String LayoutXml;
    private final String Utf8;
    private final String FILE;
    private final String Http;
    private final String Https;
    private final String Ftp;
    private final String String;
    private final String Node;
    private final String Script;
    private final String Message;
    private final String Datasets;
    private final String Form;
    private final String Repository;
    private final String Classpath;
    private final String Searchpath;
    private final String Template;
    private final String TemplateBytes;
    private final String Data;
    private final String DataRef;
    private final String ContentRoot;
    private final String mfAllowAttachments;
    private final String SubmitUrl;
    private final String DebugDir;
    private final String Packet;
    private final String FormDom;
    private final String Activity;
    private final String ContextSom;
    private final String OutputType;
    private final String ManageData;
    private final String UseXFA4J;
    private final String PrimaryKey;
    private final String Uri;
    private final String Encoding;
    private final String locale;

    public static {
        new com.adobe.forms.model.ParameterStr$();
    }

    public String LayoutXml() {
        return this.LayoutXml;
    }

    public String Utf8() {
        return this.Utf8;
    }

    public String FILE() {
        return this.FILE;
    }

    public String Http() {
        return this.Http;
    }

    public String Https() {
        return this.Https;
    }

    public String Ftp() {
        return this.Ftp;
    }

    public String String() {
        return this.String;
    }

    public String Node() {
        return this.Node;
    }

    public String Script() {
        return this.Script;
    }

    public String Message() {
        return this.Message;
    }

    public String Datasets() {
        return this.Datasets;
    }

    public String Form() {
        return this.Form;
    }

    public String Repository() {
        return this.Repository;
    }

    public String Classpath() {
        return this.Classpath;
    }

    public String Searchpath() {
        return this.Searchpath;
    }

    public String Template() {
        return this.Template;
    }

    public String TemplateBytes() {
        return this.TemplateBytes;
    }

    public String Data() {
        return this.Data;
    }

    public String DataRef() {
        return this.DataRef;
    }

    public String ContentRoot() {
        return this.ContentRoot;
    }

    public String mfAllowAttachments() {
        return this.mfAllowAttachments;
    }

    public String SubmitUrl() {
        return this.SubmitUrl;
    }

    public String DebugDir() {
        return this.DebugDir;
    }

    public String Packet() {
        return this.Packet;
    }

    public String FormDom() {
        return this.FormDom;
    }

    public String Activity() {
        return this.Activity;
    }

    public String ContextSom() {
        return this.ContextSom;
    }

    public String OutputType() {
        return this.OutputType;
    }

    public String ManageData() {
        return this.ManageData;
    }

    public String UseXFA4J() {
        return this.UseXFA4J;
    }

    public String PrimaryKey() {
        return this.PrimaryKey;
    }

    public String Uri() {
        return this.Uri;
    }

    public String Encoding() {
        return this.Encoding;
    }

    public String locale() {
        return this.locale;
    }

    private ParameterStr$() {
        MODULE$ = this;
        this.LayoutXml = "layoutXml";
        this.Utf8 = "UTF-8";
        this.FILE = "file";
        this.Http = "http";
        this.Https = "https";
        this.Ftp = "ftp";
        this.String = "string";
        this.Node = "node";
        this.Script = "script";
        this.Message = "message";
        this.Datasets = "datasets";
        this.Form = "form";
        this.Repository = "repository";
        this.Classpath = "classpath";
        this.Searchpath = "searchpath";
        this.Template = "template";
        this.TemplateBytes = "templateBytes";
        this.Data = "data";
        this.DataRef = "dataRef";
        this.ContentRoot = "contentRoot";
        this.mfAllowAttachments = "mfAllowAttachments";
        this.SubmitUrl = "submitUrl";
        this.DebugDir = "debugDir";
        this.Packet = "packet";
        this.FormDom = "formDom";
        this.Activity = "activity";
        this.ContextSom = "contextSom";
        this.OutputType = "outputType";
        this.ManageData = "manageData";
        this.UseXFA4J = "useXFA4J";
        this.PrimaryKey = "primaryKey";
        this.Uri = "uri";
        this.Encoding = "encoding";
        this.locale = "locale";
    }
}