package org.whole.examples.lang.imp.model; /** * @generator Whole */ public interface StringLiteral extends IImpEntity, Literal { public String getValue(); public void setValue(String value); }