ImageFormatEmbedded$.java 1.52 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  scala.Product
 *  scala.Product$class
 *  scala.ScalaObject
 *  scala.Serializable
 *  scala.collection.Iterator
 *  scala.runtime.BoxesRunTime
 */
package com.adobe.forms.layout;

import com.adobe.forms.layout.ImageFormat;
import scala.Product;
import scala.ScalaObject;
import scala.Serializable;
import scala.collection.Iterator;
import scala.runtime.BoxesRunTime;

/*
 * This class specifies class file version 49.0 but uses Java 6 signatures.  Assumed Java 6.
 */
public final class ImageFormatEmbedded$
extends ImageFormat
implements ScalaObject,
Product,
Serializable {
    public static final ImageFormatEmbedded$ MODULE$;

    public static {
        new com.adobe.forms.layout.ImageFormatEmbedded$();
    }

    public final int hashCode() {
        return 248107452;
    }

    public final String toString() {
        return "ImageFormatEmbedded";
    }

    public String productPrefix() {
        return "ImageFormatEmbedded";
    }

    public int productArity() {
        return 0;
    }

    public Object productElement(int n) {
        int n2 = n;
        throw new IndexOutOfBoundsException(BoxesRunTime.boxToInteger((int)n).toString());
    }

    public boolean canEqual(Object object) {
        return object instanceof ImageFormatEmbedded$;
    }

    public Object readResolve() {
        return MODULE$;
    }

    private ImageFormatEmbedded$() {
        super("embedded");
        MODULE$ = this;
        Product.class.$init$((Product)this);
    }
}