package ql.ast.expression.literal; /** * @author orosu */ public interface IEnumElement { public String enumToString(); }