XFATemplate$TimestampValidationXFATemplate$.java
1.14 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
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* scala.None
* scala.None$
* scala.Option
* scala.ScalaObject
* scala.collection.immutable.List
* scala.collection.immutable.Nil
* scala.collection.immutable.Nil$
*/
package com.adobe.forms.model;
import com.adobe.forms.rm.Resource;
import com.adobe.forms.rm.Resource$;
import scala.None;
import scala.Option;
import scala.ScalaObject;
import scala.collection.immutable.List;
import scala.collection.immutable.Nil;
public final class XFATemplate$TimestampValidationXFATemplate$
implements ScalaObject {
public static final XFATemplate$TimestampValidationXFATemplate$ MODULE$;
public static {
new com.adobe.forms.model.XFATemplate$TimestampValidationXFATemplate$();
}
public String init$default$4() {
return "";
}
public List init$default$3() {
return Nil..MODULE$;
}
public Option init$default$2() {
return None..MODULE$;
}
public Resource init$default$1() {
return Resource$.MODULE$.apply();
}
public XFATemplate$TimestampValidationXFATemplate$() {
MODULE$ = this;
}
}