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