package org.whole.lang.frames.model; /** * @generator Whole */ public interface URL extends IFramesEntity, Location { public String getValue(); public void setValue(String value); }