/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.jres.model.chouse; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>CTCUM Detail</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.model.chouse.CTCUMDetail#isUnique <em>Unique</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getCTCUMDetail() * @model * @generated */ public interface CTCUMDetail extends ModifyDetail { /** * Returns the value of the '<em><b>Unique</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Unique</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Unique</em>' attribute. * @see #setUnique(boolean) * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getCTCUMDetail_Unique() * @model * @generated */ boolean isUnique(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.model.chouse.CTCUMDetail#isUnique <em>Unique</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Unique</em>' attribute. * @see #isUnique() * @generated */ void setUnique(boolean value); } // CTCUMDetail