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