/** */ package edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Option Literal</b></em>'. * <!-- end-user-doc --> * * * @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getOptionLiteral() * @model * @generated */ public interface OptionLiteral extends Literal { } // OptionLiteral