GuideTextDraw.java 516 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.ValueMap
 */
package com.adobe.aemds.guide.common;

import com.adobe.aemds.guide.common.GuideField;
import org.apache.sling.api.resource.ValueMap;

public class GuideTextDraw
extends GuideField {
    public String getGuideFieldType() {
        return "guideTextDraw";
    }

    public String getValue() {
        return this.externalize((String)this.resourceProps.get("_value", String.class));
    }
}