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