ParameterStr$.java
4.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
/*
* 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";
}
}