DoRTelephoneElement.java 424 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.xfa.Element
 */
package com.adobe.aemds.guide.addon.dor.elements;

import com.adobe.aemds.guide.addon.dor.elements.DoRTextBoxElement;
import com.adobe.xfa.Element;

public class DoRTelephoneElement
extends DoRTextBoxElement {
    public DoRTelephoneElement(Element xfaElement) throws Exception {
        super(xfaElement);
    }
}