/** * <copyright> * </copyright> * */ package at.bestsolution.e4.jfx.xtext.jFXCss; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Color Value</b></em>'. * <!-- end-user-doc --> * * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getColorValue() * @model * @generated */ public interface ColorValue extends PaintValue { } // ColorValue