/** * <copyright> * </copyright> * * $Id$ */ package no.hal.scxml.scxmlxt; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Literal</b></em>'. * <!-- end-user-doc --> * * * @see no.hal.scxml.scxmlxt.ScxmlxtPackage#getLiteral() * @model abstract="true" * @generated */ public interface Literal extends Expression { } // Literal